http.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. title: "HTTP Standards",
  3. crumbs: [
  4. { 'Reference Guide': '../../ref/' },
  5. { 'Standards': '../standards/' },
  6. ],
  7. }
  8. <h1>HTTP Standards</h1>
  9. <p>The Standards guide contains references to the specifications that govern the HTTP protocol.</p>
  10. <table title="Standards" class="ui table segment">
  11. <thead>
  12. <tr>
  13. <th>Topic</th>
  14. <th>Description</th>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td><a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">HTTP/1.1</a></td>
  20. <td>The HTTP communications protocol specification.</td>
  21. </tr>
  22. <tr>
  23. <td><a href="http://www.w3.org/CGI/">CGI 1.1</a></td>
  24. <td>The Common Gateway Interface 1.1 protocol specification.</td>
  25. </tr>
  26. <tr>
  27. <td><a href="http://www.ietf.org/rfc/rfc1867.txt">File Upload</a></td>
  28. <td>The Form-based file HTML upload specification.</td>
  29. </tr>
  30. </tbody>
  31. </table>