From 294374084a574ec74dfad51db494d102d4c3db27 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 4 Nov 2007 06:57:31 +0000 Subject: Moved project documentation from headers to doc/ --- doc/nanohttp.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/nanohttp.txt (limited to 'doc/nanohttp.txt') diff --git a/doc/nanohttp.txt b/doc/nanohttp.txt new file mode 100644 index 0000000..5cf8c55 --- /dev/null +++ b/doc/nanohttp.txt @@ -0,0 +1,24 @@ +/** @page nanohttp_page nanoHTTP + +@section nanohttp_sec nanoHTTP + +nanoHTTP is an embedded HTTP implementation. It comes with the following +features: +- written in ANSI C (compiles with gcc -ansi) +- client/server HTTP engine +- MIME attachments (http://www.ietf.org/rfc/rfc2045.txt) +- HTTP Basic Authentication (http://www.ietf.org/rfc/rfc2617.txt) +- optional HTTPS support (SSL/TLS) using OpenSSL (http://www.openssl.org) + +@section links_sec Howto to use the nanoHTTP library + +- @subpage nanohttp_client_page +- @subpage nanohttp_server_page +- @subpage nanohttp_mime_page +- @subpage nanohttp_ssl_page + +@author @verbinclude AUTHORS + + @version 1.2 + +*/ -- cgit v1.1-32-gdbae