![]() |
WE310F5
39.00.000
|
HTTP client configuration params structure for use in m2mb_http_set_cfg and m2mb_httpc_get_cfg APIs. More...
#include <m2mb_httpc.h>
Data Structures | |
struct | param |
Data Fields | |
struct M2MB_HTTPC_CONF_PARAMS::param | param |
UINT8 | enable_rsp_header |
M2MB_IP46_ADDR_T | IP46_addr |
INT32 | sockId |
UINT32 | timeout |
HTTP client configuration params structure for use in m2mb_http_set_cfg and m2mb_httpc_get_cfg APIs.
Definition at line 223 of file m2mb_httpc.h.
UINT8 enable_rsp_header |
For CONF_ID: M2MB_HTTPC_CONF_ENABLE_RESP_HEADER
Definition at line 229 of file m2mb_httpc.h.
M2MB_IP46_ADDR_T IP46_addr |
HTTP server IP address
Definition at line 231 of file m2mb_httpc.h.
For CONF_ID: M2MB_HTTPC_CONF_SET_HEADER
INT32 sockId |
Connection socket ID
Definition at line 233 of file m2mb_httpc.h.
UINT32 timeout |
Timeout in seconds.
Definition at line 235 of file m2mb_httpc.h.