bibliography.inc 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. @heading API reference
  2. @itemize @bullet
  3. @item
  4. The @emph{GNU libmicrohttpd} manual by Marco Maggi and Christian Grothoff 2008
  5. @uref{http://gnunet.org/libmicrohttpd/microhttpd.html}
  6. @item
  7. All referenced RFCs can be found on the website of @emph{The Internet Engineering Task Force}
  8. @uref{http://www.ietf.org/}
  9. @item
  10. @emph{RFC 2616}: Fielding, R., Gettys, J., Mogul, J., Frystyk, H., and T. Berners-Lee,
  11. "Hypertext Transfer Protocol -- HTTP/1.1", RFC 2016, January 1997.
  12. @item
  13. @emph{RFC 2617}: Franks, J., Hallam-Baker, P., Hostetler, J., Lawrence, S., Leach, P.,
  14. Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 2617, June 1999.
  15. @item
  16. @emph{RFC 6455}: Fette, I., Melnikov, A., "The WebSocket Protocol", RFC 6455, December 2011.
  17. @item
  18. A well--structured @emph{HTML} reference can be found on
  19. @uref{http://www.echoecho.com/html.htm}
  20. For those readers understanding German or French, there is an excellent document both for learning
  21. @emph{HTML} and for reference, whose English version unfortunately has been discontinued.
  22. @uref{http://de.selfhtml.org/} and @uref{http://fr.selfhtml.org/}
  23. @end itemize