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.


Definition at line 249 of file components/service/sl_http_server/inc/sl_http_server_types.h

value#

char* sl_http_header_t::value

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


Definition at line 250 of file components/service/sl_http_server/inc/sl_http_server_types.h