Skip to content

The HTTP Header object represents the headers sent in an HTTP request or response. HTTP headers are key-value pairs that convey additional information about the HTTP message, including details about the content, caching, authentication, encoding, and other aspects of the communication.

name

  • Type: string_t
  • Requirement: required

The name of the HTTP header.

value

  • Type: string_t
  • Requirement: required

The value of the HTTP header.