Changeset 697 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 25/09/09 14:43:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r696 r697 2490 2490 <x:anchor-alias value="Connection-v"/> 2491 2491 <t> 2492 The general-header field "Connection"allows the sender to specify2492 The "Connection" general-header field allows the sender to specify 2493 2493 options that are desired for that particular connection and &MUST-NOT; 2494 2494 be communicated by proxies over further connections. … … 2553 2553 <x:anchor-alias value="Content-Length-v"/> 2554 2554 <t> 2555 The entity-header field "Content-Length"indicates the size of the2555 The "Content-Length" entity-header field indicates the size of the 2556 2556 entity-body, in number of OCTETs, sent to the recipient or, 2557 2557 in the case of the HEAD method, the size of the entity-body that … … 2593 2593 <x:anchor-alias value="Date-v"/> 2594 2594 <t> 2595 The general-header field "Date"represents the date and time at which2595 The "Date" general-header field represents the date and time at which 2596 2596 the message was originated, having the same semantics as orig-date in 2597 2597 <xref target="RFC5322" x:fmt="of" x:sec="3.6.1"/>. The field value is an … … 2673 2673 <x:anchor-alias value="Host-v"/> 2674 2674 <t> 2675 The request-header field "Host"specifies the Internet host and port2675 The "Host" request-header field specifies the Internet host and port 2676 2676 number of the resource being requested, as obtained from the original 2677 2677 URI given by the user or referring resource (generally an http URI, … … 2723 2723 <x:anchor-alias value="te-ext"/> 2724 2724 <t> 2725 The request-header field "TE"indicates what extension transfer-codings2725 The "TE" request-header field indicates what extension transfer-codings 2726 2726 it is willing to accept in the response and whether or not it is 2727 2727 willing to accept trailer fields in a chunked transfer-coding. Its … … 2802 2802 <x:anchor-alias value="Trailer-v"/> 2803 2803 <t> 2804 The general field "Trailer"indicates that the given set of2804 The "Trailer" general-header field indicates that the given set of 2805 2805 header fields is present in the trailer of a message encoded with 2806 2806 chunked transfer-coding. … … 2838 2838 <x:anchor-alias value="Transfer-Encoding-v"/> 2839 2839 <t> 2840 The general-header "Transfer-Encoding"field indicates what (if any)2840 The "Transfer-Encoding" general-header field indicates what (if any) 2841 2841 type of transformation has been applied to the message body in order 2842 2842 to safely transfer it between the sender and the recipient. This … … 2873 2873 <x:anchor-alias value="Upgrade-v"/> 2874 2874 <t> 2875 The general-header "Upgrade"allows the client to specify what2875 The "Upgrade" general-header field allows the client to specify what 2876 2876 additional communication protocols it supports and would like to use 2877 2877 if the server finds it appropriate to switch protocols. The server … … 2982 2982 <x:anchor-alias value="Via-v"/> 2983 2983 <t> 2984 The general-header field "Via"&MUST; be used by gateways and proxies to2984 The "Via" general-header field &MUST; be used by gateways and proxies to 2985 2985 indicate the intermediate protocols and recipients between the user 2986 2986 agent and the server on requests, and between the origin server and
Note: See TracChangeset
for help on using the changeset viewer.