12345678910111213141516171819202122232425262728293031 |
- {
- title: "HTTP Standards",
- crumbs: [
- { 'Reference Guide': '../../ref/' },
- { 'Standards': '../standards/' },
- ],
- }
- <h1>HTTP Standards</h1>
- <p>The Standards guide contains references to the specifications that govern the HTTP protocol.</p>
- <table title="Standards" class="ui table segment">
- <thead>
- <tr>
- <th>Topic</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP/1.1</a></td>
- <td>The HTTP communications protocol specification.</td>
- </tr>
- <tr>
- <td><a href="http://www.w3.org/CGI/">CGI 1.1</a></td>
- <td>The Common Gateway Interface 1.1 protocol specification.</td>
- </tr>
- <tr>
- <td><a href="http://www.ietf.org/rfc/rfc1867.txt">File Upload</a></td>
- <td>The Form-based file HTML upload specification.</td>
- </tr>
- </tbody>
- </table>
|