libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

bibliography.inc (1164B)


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