Skip to content

API reference / @backpack/aws-lambda / rest / HttpResponseHeader

Type Alias: HttpResponseHeader

ts
type HttpResponseHeader = 
  | "Accept-CH"
  | "Access-Control-Allow-Origin"
  | "Access-Control-Allow-Credentials"
  | "Access-Control-Expose-Headers"
  | "Access-Control-Max-Age"
  | "Access-Control-Allow-Methods"
  | "Access-Control-Allow-Headers"
  | "Accept-Patch"
  | "Accept-Ranges"
  | "Age"
  | "Allow"
  | "Alt-Svc"
  | "Cache-Control"
  | "Connection"
  | "Content-Disposition"
  | "Content-Encoding"
  | "Content-Language"
  | "Content-Length"
  | "Content-Location"
  | "Content-MD5"
  | "Content-Range"
  | "Content-Type"
  | "Date"
  | "Delta-Base"
  | "ETag"
  | "Expires"
  | "IM"
  | "Last-Modified"
  | "Link"
  | "Location"
  | "P3P"
  | "Pragma"
  | "Preference-Applied"
  | "Proxy-Authenticate"
  | "Public-Key-Pins"
  | "Retry-After"
  | "Server"
  | "Set-Cookie"
  | "Strict-Transport-Security"
  | "Trailer"
  | "Transfer-Encoding"
  | "Tk"
  | "Upgrade"
  | "Vary"
  | "Via"
  | "Warning"
  | "WWW-Authenticate"
  | `X-${string}`;