WL865E4-P  36.07.001
M2MB_HTTPC_CTX Struct Reference

#include <m2mb_httpc.h>

Data Fields

M2MB_SSL_CTXT_HANDLE ssl_handle
 
VOIDhttpc_handle
 
M2MB_HTTPC_CB_T cb
 
VOIDarg
 
UINT32 timeout
 
M2MB_HTTPC_METHODS_E method
 
UINT8 url [HTTPCLIENT_MAX_URL_LENGTH+1]
 
UINT32 max_body_len
 
UINT8 ischunked
 
UINT8 chunksendInprogress
 

Detailed Description

HTTP Client context

Definition at line 152 of file m2mb_httpc.h.

Field Documentation

◆ arg

VOID* arg

Definition at line 156 of file m2mb_httpc.h.

◆ cb

Definition at line 155 of file m2mb_httpc.h.

◆ chunksendInprogress

UINT8 chunksendInprogress

Definition at line 162 of file m2mb_httpc.h.

◆ httpc_handle

VOID* httpc_handle

Definition at line 154 of file m2mb_httpc.h.

◆ ischunked

UINT8 ischunked

Definition at line 161 of file m2mb_httpc.h.

◆ max_body_len

UINT32 max_body_len

Definition at line 160 of file m2mb_httpc.h.

◆ method

Definition at line 158 of file m2mb_httpc.h.

◆ ssl_handle

Definition at line 153 of file m2mb_httpc.h.

◆ timeout

UINT32 timeout

Definition at line 157 of file m2mb_httpc.h.

◆ url

Definition at line 159 of file m2mb_httpc.h.


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