Entity HTTP Header Fields: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * RFC 2616 Entity Header Fields https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.1 =Internal= * HTTP Request * HTTP_...")
 
 
(9 intermediate revisions by the same user not shown)
Line 7: Line 7:
* [[HTTP_Request#Entity_Headers|HTTP Request]]
* [[HTTP_Request#Entity_Headers|HTTP Request]]
* [[HTTP_Response#Entity_Headers|HTTP Response]]
* [[HTTP_Response#Entity_Headers|HTTP Response]]
* [[HTTP_Entity#Entity_Headers|HTTP Entity]]
=Overview=
Entity headers provide information about the [[#Entity-Body|entity-body]] or, if no body is present, about the resource identified by the request.
=Headers=
* [[HTTP Entity Header Content-Length|Content-Length]]
* [[HTTP Entity Header Content-Type|Content-Type]]
* [[HTTP Entity Header Content-Encoding|Content-Encoding]]
* [[HTTP Entity Header Expires|Expires]]
* [[HTTP Entity Header Last-Modified|Last-Modified]]
* [[HTTP Entity Header Allow|Allow]]
* [[HTTP Entity Header Content-Language|Content-Language]]
* [[HTTP Entity Header Content-Location|Content-Location]]
* [[HTTP Entity Header Content-MD5|Content-MD5]]
* [[HTTP Entity Header Content-Range|Content-Range]]

Latest revision as of 04:01, 6 January 2017

External

Internal

Overview

Entity headers provide information about the entity-body or, if no body is present, about the resource identified by the request.

Headers