CINXE.COM

HTTP Directorate

<!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>HTTP Directorate</title> <meta property="og:type" content="website"> <meta property="og:title" content="HTTP Directorate"> <meta property="og:description" content=""> <meta property="og:url" content="https://httpwg.org/directorate/"> <meta property="og:site_name" content="IETF HTTP Working Group"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/assets/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="/assets/site.css" rel="stylesheet"> <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon/favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="/assets/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/assets/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/assets/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/assets/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/assets/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/assets/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/assets/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/assets/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png"> </head> <body> <nav class="navbar navbar-dark bg-dark d-print-none navbar-expand-lg fixed-top ps-3 pe-3" role="navigation"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand" href="https://httpwg.org/"><img src="https://httpwg.org/assets/http.svg" height="23" /></a> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <div class="navbar-nav me-auto"> <a class="nav-item ms-1 text-white" href="https://httpwg.org/specs/">馃搫 Documentation</a> <div class="dropdown ms-4"> <a href="#" class="nav-item dropdown-toggle text-white" data-bs-toggle="dropdown">Work in Progress</a> <ul class="dropdown-menu"> <li class="dropdown-item"><a href="https://httpwg.org/http-extensions/">HTTP Extensions</a></li> <li class="dropdown-item"><a href="https://github.com/httpwg/admin/issues?q=is%3Aissue+is%3Aopen+label%3Aadoption">Future Work</a></li> </ul> </div> <div class="dropdown ms-4"> <a href="#" class="nav-item dropdown-toggle text-white" data-bs-toggle="dropdown">Participate</a> <ul class="dropdown-menu"> <li class="dropdown-item"><a href="https://httpwg.org/about/">About the HTTP Working Group</a></li> <li class="divider"></li> <li class="dropdown-item"><a href="https://httpwg.org/CONTRIBUTING.html">Contribution Policy</a></li> <li class="dropdown-item"><a href="http://datatracker.ietf.org/wg/httpbis/charter/">WG Charter</a></li> <li class="dropdown-item"><a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">Group Mailing List 馃摠</a></li> <li class="dropdown-item"><a href="https://httpwg.org/wg-materials/">Meeting Materials</a></li> <li class="dropdown-item"><a href="https://httpwg.org/admin/editors/">Document Editor Resources</a></li> </ul> </div> </div> </div> </nav> <div class="container px-3 my-2 markdown-body"> <h2>HTTP Directorate</h2> <p><em>Nearby: <a href="guidelines">reviewer guidelines</a></em></p> <p>The <a href="https://datatracker.ietf.org/group/httpdir/about/">HTTP Directorate</a> reviews documents proposed for publication in the RFC Series with a focus on how the HTTP protocol is used.</p> <p>Its reviewers aim to:</p> <ul> <li>Assure that the proposal is deployable with existing HTTP implementations and infrastructure</li> <li>Highlight ways that the proposal might be able to reuse existing HTTP functionality (e.g., caching, content negotiation)</li> <li>Work with the authors to assure that best current practices are followed</li> <li>Verify that it does not limit the extension or evolution of the HTTP protocol</li> </ul> <h2 id="how-to-engage-with-the-http-directorate">How to Engage with the HTTP Directorate</h2> <p><strong>We encourage early reviews</strong> of documents that use HTTP, since it is often easier to adjust them at that point. Late reviews may result in the need to make significant changes in the final stages of the process.</p> <p>Authors of documents that use HTTP are encouraged to be familiar with:</p> <ul> <li><a href="https://httpwg.org/specs/rfc9205.html">Building Protocols with HTTP</a> (BCP 56)</li> <li>The <a href="https://httpwg.org/admin/editors/style-guide">HTTP Editorial Style Guide</a></li> <li><a href="https://httpwg.org/specs/rfc8941.html">Structured Field Values</a> (when defining header or trailer fields)</li> </ul> <p>Working Group chairs can request reviews by the directorate. Additionally, you can send e-mail to the <a href="https://lists.w3.org/Archives/Public/ietf-http-wg/">HTTP mailing list</a> to request broader community feedback.<sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup></p> <p>We encourage re-reviews of the document when substantial changes take place, and during Last Call.</p> <p>See also our <a href="guidelines">guidelines for reviewers</a>.</p> <h2 id="extending-http">Extending HTTP</h2> <p>Documents that use the generic extension points of HTTP (e.g., new methods, new status codes, new content codings) need to coordinate with the <a href="https://httpwg.org/">HTTP Working Group</a> for review; generally, these extensions are defined either within the HTTP Working Group, or a new Working Group chartered explicitly to do so. New generic extensions should not be defined in application-specific documents.</p> <div class="footnotes" role="doc-endnotes"> <ol> <li id="fn:1" role="doc-endnote"> <p>Note that you need to be subscribed to this list to post to it.聽<a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p> </li> </ol> </div> <p class="github-link"><a href="https://github.com/httpwg/admin/blob/main/directorate/"><img src="/assets/github.png" alt="Source on GitHub"/></a></p> <script src="/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10