quicwg / base-drafts

Internet-Drafts that make up the base QUIC specification
https://quicwg.org
1.62k stars 203 forks source link

Rearrange and rename to align with updated HTTP/2 spec #4959

Closed MikeBishop closed 2 years ago

MikeBishop commented 2 years ago

The diff looks larger than it is; I moved some sections around to more closely resemble the TOC of the HTTP/2 spec, and changed a section title that seemed a bit odd a year later. The relocated sections haven't changed.

Old TOC:

  1. HTTP Request Lifecycle 4.1. HTTP Message Exchanges 4.1.1. Field Formatting and Compression 4.1.2. Request Cancellation and Rejection 4.1.3. Malformed Requests and Responses 4.2. The CONNECT Method 4.3. HTTP Upgrade 4.4. Server Push

New TOC:

  1. Expressing HTTP Semantics in HTTP/3 4.1. HTTP Message Framing 4.1.1. Request Cancellation and Rejection 4.1.2. Malformed Requests and Responses 4.2. HTTP Fields 4.3. HTTP Control Data 4.3.1. Request Pseudo-Header Fields 4.3.2. Response Pseudo-Header Fields 4.4. The CONNECT Method 4.5. HTTP Upgrade 4.6. Server Push

Comparison H2 TOC:

  1. Expressing HTTP Semantics in HTTP/2 8.1. HTTP Message Framing 8.1.1. Malformed Messages 8.2. HTTP Fields 8.2.1. Field Validity 8.2.2. Connection-Specific Header Fields 8.2.3. Compressing the Cookie Header Field 8.3. HTTP Control Data 8.3.1. Request Pseudo-Header Fields 8.3.2. Response Pseudo-Header Fields 8.4. Server Push 8.4.1. Push Requests 8.4.2. Push Responses 8.5. The CONNECT Method 8.6. The Upgrade Header Field

...and then some further sections as well.

Fixes #4953.