![]() |
WL865E4-P
36.07.001
|
HTTP client cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT32 | port |
UINT8 * | url |
UINT32 | timeout |
UINT16 | httpc_max_body_len |
UINT16 | httpc_max_header_len |
HTTP client cfg structure.
HTTP client cfg structure.
Definition at line 705 of file m2mb_profile.h.
UINT16 httpc_max_body_len |
Size of message-body buffer in bytes for HTTP request
Definition at line 710 of file m2mb_profile.h.
UINT16 httpc_max_header_len |
Size of header buffer in bytes for HTTP request
Definition at line 711 of file m2mb_profile.h.
UINT32 port |
Port number of the server
Definition at line 707 of file m2mb_profile.h.
UINT32 timeout |
Timeout (in ms) on an HTTP request
Definition at line 709 of file m2mb_profile.h.
UINT8* url |
URL of the server
Definition at line 708 of file m2mb_profile.h.