Structure of HTTP client extended header node.

Public Attributes#

Link to the next client header.

char *

Header key name.

char *

Header value.

Public Attribute Documentation#

next#

struct sl_http_client_header_t* sl_http_client_header_t::next

Link to the next client header.


Definition at line 147 of file components/service/http_client/inc/sl_http_client.h

key#

char* sl_http_client_header_t::key

Header key name.


Definition at line 148 of file components/service/http_client/inc/sl_http_client.h

value#

char* sl_http_client_header_t::value

Header value.


Definition at line 149 of file components/service/http_client/inc/sl_http_client.h