Changeset 1641 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 30/03/12 14:44:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1640 r1641 253 253 </t> 254 254 255 <section title="Terminology" anchor="terminology"> 256 <t> 257 This specification uses a number of terms to refer to the roles 258 played by participants in, and objects of, the HTTP communication. 259 </t> 260 <t> 261 <iref item="content negotiation"/> 262 <x:dfn>content negotiation</x:dfn> 263 <list> 264 <t> 265 The mechanism for selecting the appropriate representation when 266 servicing a request. The representation in any response 267 can be negotiated (including error responses). 268 </t> 269 </list> 270 </t> 271 <t> 272 <iref primary="true" item="selected representation"/> 273 <x:dfn>selected representation</x:dfn> 274 <list> 275 <t> 276 The current representation of the target resource that would have been 277 selected in a successful response if the same request had used the 278 method GET and excluded any conditional request header fields. 279 </t> 280 </list> 281 </t> 282 </section> 283 255 284 <section title="Conformance and Error Handling" anchor="intro.conformance.and.error.handling"> 256 285 <t>
Note: See TracChangeset
for help on using the changeset viewer.