31 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging/ HTTP/1.1: Message Syntax and Routing] - low-level message parsing and connection management |
32 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics HTTP/1.1: Semantics and Content] - methods, status codes and headers |
33 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional HTTP/1.1: Conditional Requests] - e.g., If-Modified-Since |
34 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p5-range HTTP/1.1: Range Requests] - getting partial content |
35 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache HTTP/1.1: Caching] - browser and intermediary caches |
36 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth HTTP/1.1: Authentication] - HTTP authentication framework |
37 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-method-registrations/ Initial HTTP Method Registrations] - a document establishing the HTTP method registry's initial contents |
38 | | * [http://tools.ietf.org/html/draft-ietf-httpbis-authscheme-registrations/ Initial HTTP Authentication Scheme Registrations] - a document establishing the HTTP authentication scheme registry's initial contents |
39 | | |
40 | | These drafts have been approved for publication, and should be RFCs shortly. |
41 | | |
42 | | Our already published RFCs: |
43 | | * [http://tools.ietf.org/html/rfc6266 RFC6266] - Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol ([http://greenbytes.de/tech/tc2231/ test cases]) |
| 23 | * RFC7230 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html HTTP/1.1: Message Syntax and Routing] - low-level message parsing and connection management |
| 24 | * RFC7231 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7231.html HTTP/1.1: Semantics and Content] - methods, status codes and headers |
| 25 | * RFC7232 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7232.html HTTP/1.1: Conditional Requests] - e.g., If-Modified-Since |
| 26 | * RFC7233 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7233.html HTTP/1.1: Range Requests] - getting partial content |
| 27 | * RFC7234 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7234.html HTTP/1.1: Caching] - browser and intermediary caches |
| 28 | * RFC7235 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7235.html HTTP/1.1: Authentication] - HTTP authentication framework |
| 29 | * RFC7236 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7236.html Initial HTTP Method Registrations] - a document establishing the HTTP method registry's initial contents |
| 30 | * RFC7237 - [http://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7237.html Initial HTTP Authentication Scheme Registrations] - a document establishing the HTTP authentication scheme registry's initial contents |
| 31 | * RFC6266 - [http://tools.ietf.org/html/rfc6266 RFC6266] - Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol ([http://greenbytes.de/tech/tc2231/ test cases]) |