From bee39b195b33d548dcfab8db599e2cfdb1aca599 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 9 Dec 2006 09:57:38 +0000 Subject: Documentation enhancements --- nanohttp/nanohttp-server.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'nanohttp') diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h index 8f56d4e..c02e0cf 100644 --- a/nanohttp/nanohttp-server.h +++ b/nanohttp/nanohttp-server.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-server.h,v 1.27 2006/12/02 21:50:48 m0gg Exp $ + * $Id: nanohttp-server.h,v 1.28 2006/12/09 09:57:38 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -34,6 +34,25 @@ #include #endif +/** + * + * @page nanoHTTP nanoHTTP + * + * \section nanohttp_sec nanoHTTP + * + * nanoHTTP is an embedded HTTP implementation. It comes with the following + * features: + * - client/server HTTP engnine + * - attachments via MIME + * - HTTPS (SSL/TLS) via OpenSSL + * + * @version 1.2 + * + * @see http://www.ietf.org/rfc/rfc2616.txt + * @see http://www.openssl.org + * + */ + /** * * nanohttp command line flags -- cgit v1.1-32-gdbae