WE310F5  39.00.000
M2MB_HTTPC_CGF_S Struct Reference

HTTP client cfg structure. More...

#include <m2mb_profile.h>

Data Fields

UINT32 port
 
UINT8url
 
UINT32 timeout
 
UINT16 httpc_max_body_len
 
UINT16 httpc_max_header_len
 

Detailed Description

HTTP client cfg structure.

HTTP client cfg structure.

Definition at line 710 of file m2mb_profile.h.

Field Documentation

◆ httpc_max_body_len

UINT16 httpc_max_body_len

Size of message-body buffer in bytes for HTTP request

Definition at line 715 of file m2mb_profile.h.

◆ httpc_max_header_len

UINT16 httpc_max_header_len

Size of header buffer in bytes for HTTP request

Definition at line 716 of file m2mb_profile.h.

◆ port

UINT32 port

Port number of the server

Definition at line 712 of file m2mb_profile.h.

◆ timeout

UINT32 timeout

Timeout (in ms) on an HTTP request

Definition at line 714 of file m2mb_profile.h.

◆ url

UINT8* url

URL of the server

Definition at line 713 of file m2mb_profile.h.


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