Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <civetweb.h>
Data Fields | |
const char * | host |
int | port |
const char * | client_cert |
const char * | server_cert |
const char * | host_name |
Definition at line 1483 of file civetweb.h.
const char* mg_client_options::client_cert |
Definition at line 1486 of file civetweb.h.
Referenced by mg_connect_client_impl().
const char* mg_client_options::host |
Definition at line 1484 of file civetweb.h.
Referenced by mg_connect_client(), mg_connect_client_impl(), mg_connect_websocket_client(), mg_connect_websocket_client_extensions(), and mg_connect_websocket_client_impl().
const char* mg_client_options::host_name |
Definition at line 1488 of file civetweb.h.
Referenced by mg_connect_client(), and sslize().
int mg_client_options::port |
Definition at line 1485 of file civetweb.h.
Referenced by mg_connect_client(), mg_connect_client_impl(), mg_connect_websocket_client(), and mg_connect_websocket_client_extensions().
const char* mg_client_options::server_cert |
Definition at line 1487 of file civetweb.h.
Referenced by mg_connect_client_impl().