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_s* sl_http_client_header_s::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_s::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_s::value

Header value.


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