Entity HTTP Header Fields: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 8: | Line 8: | ||
* [[HTTP_Response#Entity_Headers|HTTP Response]] | * [[HTTP_Response#Entity_Headers|HTTP Response]] | ||
* [[HTTP Entity]] | * [[HTTP Entity]] | ||
=Overview= | |||
=Headers= | |||
* [[ | |||
entity-header = Allow ; Section 14.7 | |||
| Content-Encoding ; Section 14.11 | |||
| Content-Language ; Section 14.12 | |||
| Content-Length ; Section 14.13 | |||
| Content-Location ; Section 14.14 | |||
| Content-MD5 ; Section 14.15 | |||
| Content-Range ; Section 14.16 | |||
| Content-Type ; Section 14.17 | |||
| Expires ; Section 14.21 | |||
| Last-Modified ; Section 14.29 |
Revision as of 03:29, 6 January 2017
External
- RFC 2616 Entity Header Fields https://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.1
Internal
Overview
Headers
- [[
entity-header = Allow ; Section 14.7 | Content-Encoding ; Section 14.11 | Content-Language ; Section 14.12 | Content-Length ; Section 14.13 | Content-Location ; Section 14.14 | Content-MD5 ; Section 14.15 | Content-Range ; Section 14.16 | Content-Type ; Section 14.17 | Expires ; Section 14.21 | Last-Modified ; Section 14.29