Structure representing an HTTP header.

This structure holds the key-value pair for an HTTP header. It is used to store and manage HTTP header parameters.

Public Attributes#

char *

Key of the header. Must be a null-terminated string.

char *

Value of the header. Must be a null-terminated string.

Public Attribute Documentation#

key#

char* sl_http_header_t::key

Key of the header. Must be a null-terminated string.


value#

char* sl_http_header_t::value

Value of the header. Must be a null-terminated string.