diff options
author | m0gg | 2006-12-09 09:57:38 +0000 |
---|---|---|
committer | m0gg | 2006-12-09 09:57:38 +0000 |
commit | bee39b195b33d548dcfab8db599e2cfdb1aca599 (patch) | |
tree | 1ffbfa99bd3cf5a79c39416935bb0f8c4221cf2d /nanohttp | |
parent | 362fbc38426e0ad5c919c4ce7e546e00b6745b5b (diff) | |
download | csoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.gz csoap-bee39b195b33d548dcfab8db599e2cfdb1aca599.tar.bz2 |
Documentation enhancements
Diffstat (limited to 'nanohttp')
-rw-r--r-- | nanohttp/nanohttp-server.h | 21 |
1 files changed, 20 insertions, 1 deletions
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 @@ -36,6 +36,25 @@ /** * + * @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 * */ |