|
http
1.12.11devel
|
| The HTTP request line contains the method, URL, and an optional HTTP protocol version | |
| The HTTP status line contains the HTTP protocol version, a reason code (100..599) and reason phrase | |
| We use MIME Accept header | |
| We use MIME Accept-Charset header | |
| We use MIME Accept-Encoding header | |
| We use MIME Accept-Language header | |
| We use MIME Authorization header | |
| We use MIME Content-Encoding header | |
| We use MIME Content-Language header | |
| We use MIME Content-Length header | |
| We use MIME Content-Location header | |
| We use MIME Content-MD5 header | |
| The Content-Range entity-header is sent with a partial entity-body to specify where in the full entity-body the partial body should be applied | |
| We use MIME Content-Type header | |
| The Date header field reflects the time when the request or response was first sent | |
| The Expires header field gives the date and time after which the message content expires | |
| The If-Modified-Since header field The If-Modified-Since request-header field is used with a method to make it conditional: if the requested variant has not been modified since the time specified in this field, an entity will not be returned from the server; instead, a 304 (not modified) response will be returned without any message-body | |
| The If-Range header is used when a client has a partial copy of an entity in its cache, and wishes to have an up-to-date copy of the entire entity | |
| The If-Unmodified-Since header is used with a method to make it conditional | |
| The Last-Modified header field gives the date and time after which the message content last_modified | |
| The Location header is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource | |
| The Range header is used to GET one or more sub-ranges of an entity instead of the entire entity | |
| The Referer header is used to redirect the recipient to a referer other than the Request-URI for completion of the request or identification of a new resource | |
| We use MIME MIME-Version header | |
| The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client | |
| The TE request-header field indicates what extension transfer-codings it is willing to accept in the response and whether or not it is willing to accept trailer fields in a chunked transfer-coding | |
| We use erroneous header object from msg module | |
| We use unknown header object from msg module | |
| We use header separator object from msg module | |
| We use message body object from msg module | |
| The Cookie header is used to transmit state information from server back to the http client | |
| The Set-Cookie header is used to transmit state information from server back to the http client |