Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_client_options Struct Reference

#include <civetweb.h>

Data Fields

const char * host
 
int port
 
const char * client_cert
 
const char * server_cert
 
const char * host_name
 

Detailed Description

Definition at line 1483 of file civetweb.h.

Field Documentation

◆ client_cert

const char* mg_client_options::client_cert

Definition at line 1486 of file civetweb.h.

Referenced by mg_connect_client_impl().

◆ host

◆ host_name

const char* mg_client_options::host_name

Definition at line 1488 of file civetweb.h.

Referenced by mg_connect_client(), and sslize().

◆ port

int mg_client_options::port

◆ server_cert

const char* mg_client_options::server_cert

Definition at line 1487 of file civetweb.h.

Referenced by mg_connect_client_impl().


The documentation for this struct was generated from the following file: