Entity HTTP Header Fields: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(4 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]]
* [[HTTP_Entity#Entity_Headers|HTTP Entity]]


=Overview=
=Overview=
Line 15: Line 15:
=Headers=
=Headers=


* [[
* [[HTTP Entity Header Content-Length|Content-Length]]
 
* [[HTTP Entity Header Content-Type|Content-Type]]
entity-header  = Allow                    ; Section 14.7
* [[HTTP Entity Header Content-Encoding|Content-Encoding]]
                      | Content-Encoding        ; Section 14.11
* [[HTTP Entity Header Expires|Expires]]
                      | Content-Language        ; Section 14.12
* [[HTTP Entity Header Last-Modified|Last-Modified]]
                      | Content-Length          ; Section 14.13
* [[HTTP Entity Header Allow|Allow]]
                      | Content-Location        ; Section 14.14
* [[HTTP Entity Header Content-Language|Content-Language]]
                      | Content-MD5              ; Section 14.15
* [[HTTP Entity Header Content-Location|Content-Location]]
                      | Content-Range            ; Section 14.16
* [[HTTP Entity Header Content-MD5|Content-MD5]]
                      | Content-Type            ; Section 14.17
* [[HTTP Entity Header Content-Range|Content-Range]]
                      | Expires                  ; Section 14.21
                      | Last-Modified            ; Section 14.29
 
=Entity-Body=
 
{{External|https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.2}}

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