|  | WE310F5
    39.00.000
    | 
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 710 of file m2mb_profile.h.
| UINT16 httpc_max_body_len | 
Size of message-body buffer in bytes for HTTP request
Definition at line 715 of file m2mb_profile.h.
| UINT16 httpc_max_header_len | 
Size of header buffer in bytes for HTTP request
Definition at line 716 of file m2mb_profile.h.
| UINT32 port | 
Port number of the server
Definition at line 712 of file m2mb_profile.h.
| UINT32 timeout | 
Timeout (in ms) on an HTTP request
Definition at line 714 of file m2mb_profile.h.
| UINT8* url | 
URL of the server
Definition at line 713 of file m2mb_profile.h.