AcceptRanges
Signature: string
Attributes:
[<Literal>]
|
What partial content range types this server supports
|
AccessControlAllowOrigin
Signature: string
Attributes:
[<Literal>]
|
Specifying which web sites can participate in cross-origin resource sharing
|
Age
Signature: string
Attributes:
[<Literal>]
|
The age the object has been in a proxy cache in seconds
|
Allow
Signature: string
Attributes:
[<Literal>]
|
Valid actions for a specified resource. To be used for a 405 Method not allowed
|
CacheControl
Signature: string
Attributes:
[<Literal>]
|
Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds
|
Connection
Signature: string
Attributes:
[<Literal>]
|
Options that are desired for the connection
|
ContentDisposition
Signature: string
Attributes:
[<Literal>]
|
An opportunity to raise a "File Download" dialogue box for a known MIME type with binary format or suggest a filename for dynamic content. Quotes are necessary with special characters.
|
ContentEncoding
Signature: string
Attributes:
[<Literal>]
|
The type of encoding used on the data. See HTTP compression.
|
ContentLanguage
Signature: string
Attributes:
[<Literal>]
|
The language the content is in
|
ContentLength
Signature: string
Attributes:
[<Literal>]
|
The length of the response body in octets (8-bit bytes)
|
ContentLocation
Signature: string
Attributes:
[<Literal>]
|
An alternate location for the returned data
|
ContentMD5
Signature: string
Attributes:
[<Literal>]
|
A Base64-encoded binary MD5 sum of the content of the response
|
ContentRange
Signature: string
Attributes:
[<Literal>]
|
Where in a full body message this partial message belongs
|
ContentType
Signature: string
Attributes:
[<Literal>]
|
The MIME type of this content
|
Date
Signature: string
Attributes:
[<Literal>]
|
The date and time that the message was sent (in "HTTP-date" format as defined by RFC 2616)
|
ETag
Signature: string
Attributes:
[<Literal>]
|
An identifier for a specific version of a resource, often a message digest
|
Expires
Signature: string
Attributes:
[<Literal>]
|
Gives the date/time after which the response is considered stale
|
LastModified
Signature: string
Attributes:
[<Literal>]
|
The last modified date for the requested object
|
Link
Signature: string
Attributes:
[<Literal>]
|
Used to express a typed relationship with another resource, where the relation type is defined by RFC 5988
|
Location
Signature: string
Attributes:
[<Literal>]
|
Used in redirection, or when a new resource has been created.
|
P3P
Signature: string
Attributes:
[<Literal>]
|
This header is supposed to set P3P policy
|
Pragma
Signature: string
Attributes:
[<Literal>]
|
Implementation-specific headers that may have various effects anywhere along the request-response chain.
|
ProxyAuthenticate
Signature: string
Attributes:
[<Literal>]
|
Request authentication to access the proxy.
|
Refresh
Signature: string
Attributes:
[<Literal>]
|
Used in redirection, or when a new resource has been created. This refresh redirects after 5 seconds.
|
RetryAfter
Signature: string
Attributes:
[<Literal>]
|
If an entity is temporarily unavailable, this instructs the client to try again later. Value could be a specified period of time (in seconds) or a HTTP-date.[28]
|
Server
Signature: string
Attributes:
[<Literal>]
|
A name for the server
|
SetCookie
Signature: string
Attributes:
[<Literal>]
|
An HTTP cookie
|
Status
Signature: string
Attributes:
[<Literal>]
|
The HTTP status of the response
|
StrictTransportSecurity
Signature: string
Attributes:
[<Literal>]
|
A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains.
|
Trailer
Signature: string
Attributes:
[<Literal>]
|
The Trailer general field value indicates that the given set of header fields is present in the trailer of a message encoded with chunked transfer-coding.
|
TransferEncoding
Signature: string
Attributes:
[<Literal>]
|
The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity.
|
Vary
Signature: string
Attributes:
[<Literal>]
|
Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server.
|
Via
Signature: string
Attributes:
[<Literal>]
|
Informs the client of proxies through which the response was sent.
|
Warning
Signature: string
Attributes:
[<Literal>]
|
A general warning about possible problems with the entity body.
|
WWWAuthenticate
Signature: string
Attributes:
[<Literal>]
|
Indicates the authentication scheme that should be used to access the requested entity.
|