Module afire::header

source ·
Expand description

HTTP headers.

Structs

  • Http header. Has a name and a value.
  • Parameters for a header. For example, the charset parameter in Content-Type: text/html; charset=utf-8.
  • Collection of headers. Used within Request and Response.

Enums

  • Common HTTP headers. Just the ‘common’ ones, which are ones that I use semi-frequently, or that are used internally.