Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions draft-ietf-httpbis-cache-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,7 @@
The Hypertext Transfer Protocol (HTTP) is a stateless application-level
request/response protocol that uses extensible semantics and
self-descriptive messages for flexible interaction with network-based
hypertext information systems. HTTP is defined by a series of documents
that collectively form the HTTP/1.1 specification:
</t>
<ul>
<li>"HTTP Semantics" <xref target="Semantics"/></li>
<li>"HTTP Caching" (this document)</li>
<li>"HTTP/1.1 Messaging" <xref target="Messaging"/></li>
</ul>
<t>
HTTP is typically used for distributed information systems, where
hypertext information systems. It is typically used for distributed information systems, where
the use of response caches can improve performance. This document
defines aspects of HTTP related to caching and reusing response
messages.
Expand Down
17 changes: 7 additions & 10 deletions draft-ietf-httpbis-messaging-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<x:feedback template="mailto:[email protected]?subject={docname},%20%22{section}%22&amp;body=&lt;{ref}&gt;:"/>
<front>

<title>HTTP/1.1 Messaging</title>
<title>HTTP/1.1</title>

<author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
<organization>Adobe</organization>
Expand Down Expand Up @@ -127,21 +127,18 @@
The Hypertext Transfer Protocol (HTTP) is a stateless application-level
request/response protocol that uses extensible semantics and
self-descriptive messages for flexible interaction with network-based
hypertext information systems. HTTP is defined by a series of documents
that collectively form the HTTP/1.1 specification:
hypertext information systems. HTTP/1.1 is defined by:
</t>
<ul>
<li>This document</li>
<li>"HTTP Semantics" <xref target="Semantics"/></li>
<li>"HTTP Caching" <xref target="Caching"/></li>
<li>"HTTP/1.1 Messaging" (this document)</li>
</ul>
<t>
This document defines HTTP/1.1 message syntax and framing requirements
and their associated connection management.
Our goal is to define all of the mechanisms necessary for HTTP/1.1 message
handling that are independent of message semantics, thereby defining the
complete set of requirements for message parsers and
message-forwarding intermediaries.
This document specifies how HTTP semantics are conveyed using the
HTTP/1.1 message syntax, framing and connection management mechanisms.
Its goal is to define the complete set of requirements for HTTP/1.1
message parsers and message-forwarding intermediaries.
</t>
<t>
This document obsoletes the portions of
Expand Down
4 changes: 2 additions & 2 deletions draft-ietf-httpbis-semantics-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<xref target="RFC7230" x:fmt="none">RFC 7230</xref> that are independent of
the HTTP/1.1 messaging syntax and connection management; the remaining
bits of <xref target="RFC7230" x:fmt="none">RFC 7230</xref> are
obsoleted by "HTTP/1.1 Messaging" <xref target="Messaging"/>.
obsoleted by "HTTP/1.1" <xref target="Messaging"/>.
</t>
</section>
</section>
Expand Down Expand Up @@ -1360,7 +1360,7 @@ Content-Type: text/plain
specification of HTTP.
For example, the version "HTTP/1.1" is defined by the combined
specifications of this document, "HTTP Caching" <xref target="Caching"/>,
and "HTTP/1.1 Messaging" <xref target="Messaging"/>.
and "HTTP/1.1" <xref target="Messaging"/>.
</t>
<t>
HTTP's major version number is incremented when an incompatible message
Expand Down