Enumeration HTTPHeaderType

HTTP Header Type.

Enumeration Members

Enumeration Members

representation: "representation"

A representation header is an HTTP header that describes the particular representation of the resource sent in an HTTP message body.

MDN - Representation header

request: "request"

A request header is an HTTP header that can be used in an HTTP request to provide information about the request context, so that the server can tailor the response.

MDN - Request header

response: "response"

A response header is an HTTP header that can be used in an HTTP response and that doesn't relate to the content of the message.

MDN - Response header

Generated using TypeDoc