http_client_basic.h
Go to the documentation of this file.
1 
9 #ifndef HTTP_CLIENT_BASIC_H_
10 #define HTTP_CLIENT_BASIC_H_
11 
13 #include "mcl_tls_socket.h"
14 
15 typedef struct mcl_http_client_t
16 {
17  mcl_tls_ca_chain_handle certificate_chain;
18  const char *user_agent;
22 
23 #endif //HTTP_CLIENT_BASIC_H_
uint16_t mcl_uint16_t
size_t mcl_size_t
HTTP client interface header file.
mcl_tls_ca_chain_handle certificate_chain
const char * user_agent
TLS Socket header file.