HttpRequestHeader

HttpRequestHeader enum

Enumerates the request headers.

enum class HttpRequestHeader

Values

NameValueDescription
CacheControl0The ‘Cache-Control’ header.
Connection1The ‘Connection’ header.
Date2The ‘Date’ header.
KeepAlive3The ‘Keep-Alive’ header.
Pragma4The ‘Pragma’ header.
Trailer5The ‘Trailer’ header.
TransferEncoding6The ‘Transfer-Encoding’ header.
Upgrade7The ‘Upgrade’ header.
Via8The ‘Via’ header.
Warning9The ‘Warning’ header.
Allow10The ‘Allow’ header.
ContentLength11The ‘Content-Length’ header.
ContentType12The ‘Content-Type’ header.
ContentEncoding13The ‘Content-Encoding’ header.
ContentLanguage14The ‘Content-Language’ header.
ContentLocation15The ‘Content-Location’ header.
ContentMd516The ‘Content-MD5’ header.
ContentRange17The ‘Content-Range’ header.
Expires18The ‘Expires’ header.
LastModified19The ‘Last-Modified’ header.
Accept20The ‘Accept’ header.
AcceptCharset21The ‘Accept-Charset’ header.
AcceptEncoding22The ‘Accept-Encoding’ header.
AcceptLanguage23The ‘Accept-Language’ header.
Authorization24The ‘Authorization’ header.
Cookie25The ‘Cookie’ header.
Expect26The ‘Expect’ header.
From27The ‘From’ header.
Host28The ‘Host’ header.
IfMatch29The ‘If-Match’ header.
IfModifiedSince30The ‘If-Modified-Since’ header.
IfNoneMatch31The ‘If-None-Match’ header.
IfRange32The ‘If-Range’ header.
IfUnmodifiedSince33The ‘If-Unmodified-Since’ header.
MaxForwards34The ‘Max-Forwards’ header.
ProxyAuthorization35The ‘Proxy-Authorization’ header.
Referer36The ‘Referer’ header.
Range37The ‘Range’ header.
Te38The ‘TE’ header.
Translate39The ‘Translate’ header.
UserAgent40The ‘User-Agent’ header.

See Also