index.html 727 B

12345678910111213141516171819202122
  1. {
  2. title: "Standards",
  3. crumbs: [
  4. { 'Reference Guide': '../../ref/' },
  5. ],
  6. }
  7. <h1>Standards</h1>
  8. <p>The Standards guide contains references to the specifications that govern the HTTP protocol.</p>
  9. <table title="standards" class="ui table segment">
  10. <thead>
  11. <tr>
  12. <th>Section</th>
  13. <th>Description</th>
  14. </tr>
  15. </thead>
  16. <tbody>
  17. <tr>
  18. <td><a href="http.html">HTTP</a></td>
  19. <td>References and links to HTTP standards.</td>
  20. </tr>
  21. </tbody>
  22. </table>