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.


key#

char* sl_http_client_header_s::key

Header key name.


value#

char* sl_http_client_header_s::value

Header value.