Type Alias junction_api::http::HeaderName

source ·
pub type HeaderName = String;
Expand description

The name of an HTTP header.

Valid values include:

  • “Authorization”
  • “Set-Cookie”

Invalid values include:

  • “:method” - “:” is an invalid character. This means that HTTP/2 pseudo headers are not currently supported by this type.

  • “/invalid” - “/” is an invalid character

Aliased Type§

struct HeaderName { /* private fields */ }