Changeset 1640 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 30/03/12 14:38:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1639 r1640 136 136 <front> 137 137 138 <title abbrev="HTTP/1.1, Part 2">HTTP/1.1, part 2: Message Semantics </title>138 <title abbrev="HTTP/1.1, Part 2">HTTP/1.1, part 2: Message Semantics, Payload and Content Negotiation</title> 139 139 140 140 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> … … 198 198 Part 2 defines the semantics of HTTP messages as expressed by request 199 199 methods, request header fields, response status codes, and response header 200 fields. 200 fields. Furthermore, it defines HTTP message content, metadata, and content 201 negotiation. 202 <cref>#351</cref> 201 203 </t> 202 204 </abstract> … … 230 232 by each request method, and the various response messages that might be 231 233 expected as a result of applying that method to the target resource. 234 </t> 235 <t> 236 Furthermore, it defines HTTP/1.1 message payloads (a.k.a., content), the 237 associated metadata header fields that define how the payload is intended 238 to be interpreted by a recipient, the request header fields that 239 might influence content selection, and the various selection algorithms 240 that are collectively referred to as HTTP content negotiation. 241 <cref>#351</cref> 232 242 </t> 233 243 <t>
Note: See TracChangeset
for help on using the changeset viewer.