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.