Changeset 2104 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 10/01/13 09:11:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r2103 r2104 1972 1972 1973 1973 <section title="Content Negotiation" anchor="request.conneg"> 1974 <t> 1975 The following request header fields are sent by a user agent to engage in 1976 <x:ref>proactive negotiation</x:ref> of the response content, as defined in 1977 <xref target="proactive.negotiation"/>. The preferences sent in these 1978 fields apply to any content in the response, including representations of 1979 the target resource, representations of error or processing status, and 1980 potentially even the miscellaneous text strings that might appear within 1981 the protocol. 1982 </t> 1974 1983 <texttable align="left"> 1975 1984 <ttcol>Header Field Name</ttcol> … … 1986 1995 <x:anchor-alias value="qvalue"/> 1987 1996 <t> 1988 Many of the request header fields for proactive content negotiation1997 Many of the request header fields for <x:ref>proactive negotiation</x:ref> 1989 1998 use a common parameter, named "q" (case-insensitive), to assign a relative 1990 1999 "weight" to the preference for that associated kind of content. … … 2143 2152 <t> 2144 2153 The "Accept-Charset" header field can be sent by a user agent to 2145 indicate what charsets are acceptable in a selected representation.2154 indicate what charsets are acceptable in textual response content. 2146 2155 This field allows user agents capable of understanding more comprehensive 2147 2156 or special-purpose charsets to signal that capability to an origin server 2148 that is capable of representing documentsin those charsets.2157 that is capable of representing information in those charsets. 2149 2158 </t> 2150 2159 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Charset"/>
Note: See TracChangeset
for help on using the changeset viewer.