index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. title: "Reference Guide",
  3. crumbs: [],
  4. }
  5. <h1>Reference Guide</h1>
  6. <p>The Reference Guide describes the GoAhead programming APIs and provides background programming materials.</p>
  7. <h2>Background Materials</h2>
  8. <ul>
  9. <li><a href="architecture.html">GoAhead Architecture</a></li>
  10. <li><a href="memory.html">GoAhead Memory Allocator</a></li>
  11. <li><a href="../standards/http.html">HTTP References</a></li>
  12. </ul>
  13. <h2>Programming APIs</h2>
  14. <p>The GoAhead Native APIs consist of C language headers, function prototypes, structure definitions and
  15. defines. They are divided into one of these areas.</p>
  16. <table title="APIs" class="ui table segment">
  17. <thead>
  18. <tr>
  19. <th class="three wide">Area</th>
  20. <th>Description</th>
  21. </tr>
  22. </thead>
  23. <tbody>
  24. <tr>
  25. <td><a href="../ref/api/goahead.html">GoAhead</a></td>
  26. <td>GoAhead Http API</td>
  27. </tr>
  28. </tbody>
  29. </table>
  30. <h2>Stability Classifications</h2>
  31. <p>Rather than providing a blanket <a href="compatibility.html">backwards compatibility</a>
  32. guarantee, APIs are classified according to their stability. These <a href=
  33. "../ref/stability.html">Stability Classifications</a> should assist developers in migrating to new
  34. versions of GoAhead.</p>