LibHTTP API Reference

December 26, 2016 ยท View on GitHub

struct httplib_client_options;

Fields

FieldTypeDescription
hostconst char *The hostname or IP address to connect to
portintThe port on the server
client_certconst char *Pointer to client certificate
server_certconst char *Pointer to a server certificate

Description

The the mgclient_options structure contains host and security information to connect as a client to another host. A parameter of this type is used in the call to the function httplib_connect_client_secure().

See Also