Used by the getHttpResponseHeader method to specify a header type and get its header value from an HTTP response message.
Enumerated values
The HttpResponseHeaderType enumeration supports these header types:
- AcceptRanges
- Age
- Allow
- CacheControl
- Connection
- ContentEncoding
- ContentLanguage
- ContentLength
- ContentLocation
- ContentMd5
- ContentRange
- ContentType
- Date
- ETag
- Expires
- KeepAlive
- LastModified
- Location
- Pragma
- ProxyAuthenticate
- RetryAfter
- Server
- SetCookie
- Trailer
- TransferEncoding
- Upgrade
- Vary
- Via
- Warning
- WwwAuthenticate
Note: Enumerated values must be followed by an exclamation mark (!) when passed in a method parameter.