Options
All
  • Public
  • Public/Protected
  • All
Menu

Module http/request-headers

Type aliases

HttpRequestHeader

HTTP request headers.

NonStandardHttpRequestHeaders

NonStandardHttpRequestHeaders: "upgrade-insecure-requests" | "x-requested-with" | "dnt" | "x-forwarded-for" | "x-forwarded-host" | "x-forwarded-proto" | "front-end-https" | "x-http-method-override" | "x-att-deviceid" | "x-wap-profile" | "proxy-connection" | "x-uidh" | "x-csrf-token" | "x-request-id" | "x-correlation-id" | "save-data"

Non standard http request headers.

StandardHttpRequestHeaders

StandardHttpRequestHeaders: "a-im" | "accept" | "accept-charset" | "accept-datetime" | "accept-encoding" | "accept-language" | "access-control-request-method" | "access-control-request-headers" | "authorization" | "cache-control" | "connection" | "content-encoding" | "content-length" | "content-md5" | "content-type" | "cookie" | "date" | "expect" | "forwarded" | "from" | "host" | "http2-settings" | "if-match" | "if-modified-since" | "if-none-match" | "if-range" | "if-unmodified-since" | "max-forwards" | "origin" | "pragma" | "prefer" | "proxy-authorization" | "range" | "referer" | "te" | "trailer" | "transfer-encoding" | "user-agent" | "upgrade" | "via" | "warning"

Standard http request fields.