Header | Description |
---|
Accept | This header specifies the MIME type that the browser or other clients can handle. |
Accept-Charset | It specifies the character sets that browser can use to display information. |
Accept-Encoding | It specifies the type of encoding that the browser can handle. |
Authorization | Used in password protected web pages to identify themselves. |
Connection | The persistent connections permit the client or other browser to retrieve multiple files. |
Cookie | Returns the cookies of the server that were previously sent to the browser. |
Host | Specifies the host and port as given in original URL. |
Header | Description |
---|
Allow | Specifies the request methods (GET, POST) that server supports. |
Connection | It instructs to use HTTP connections persistently. |
Content-Encoding | Specifies the way in which the page was encoded during transmission. |
Content-Language | Specifies the language in which the document is written. E.g. en, en-us etc. |
Content-Type | Specifies the MIME type of the response document. |
Content-Length | Specifies the number of bytes in response. |
Expires | Specifies the expiry time for the content. |
Refresh | Specifies the time in second in which pages would be refreshed. |