summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-admin.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-10 19:21:05 +0000
committerGravatar m0gg2006-12-10 19:21:05 +0000
commitf4c29af542bbded2fe36d9bdc80808c3a7f5d92b (patch)
tree4e131c9e14555cce9dcb9af7298d88953a230e7a /nanohttp/nanohttp-admin.h
parenta1267cdc17db793dbd3d960d1da0b6cf397e2b3e (diff)
downloadcsoap-f4c29af542bbded2fe36d9bdc80808c3a7f5d92b.tar.gz
csoap-f4c29af542bbded2fe36d9bdc80808c3a7f5d92b.tar.bz2
nhttp client fix and documentation update
Diffstat (limited to 'nanohttp/nanohttp-admin.h')
-rw-r--r--nanohttp/nanohttp-admin.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-admin.h b/nanohttp/nanohttp-admin.h
index 02cc18e..05ce5cf 100644
--- a/nanohttp/nanohttp-admin.h
+++ b/nanohttp/nanohttp-admin.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-admin.h,v 1.4 2006/12/02 21:50:47 m0gg Exp $
+ * $Id: nanohttp-admin.h,v 1.5 2006/12/10 19:21:06 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -40,7 +40,9 @@
*
* Example query:
*
+ * @code
* http://localhost:10000/nhttp
+ * @endcode
*
* @see httpd_register
*
@@ -53,7 +55,9 @@
*
* Example query:
*
+ * @code
* http://localhost:10000/nhttp?services=list
+ * @endcode
*
*/
#define NHTTPD_ADMIN_QUERY_SERVICES "services"
@@ -64,7 +68,9 @@
*
* Example query:
*
+ * @code
* http://localhost:10000/nhttp?statistics=SERVICE_CONTEXT
+ * @endcode
*
*/
#define NHTTPD_ADMIN_QUERY_STATISTICS "statistics"
@@ -76,7 +82,9 @@
*
* Example query:
*
+ * @code
* http://localhost:10000/nhttp?enable=SERVICE_CONTEXT
+ * @endcode
*
*/
#define NHTTPD_ADMIN_QUERY_ENABLE_SERVICE "enable"
@@ -87,7 +95,9 @@
*
* Example query:
*
+ * @code
* http://localhost:10000/nhttp?disable=SERVICE_CONTEXT
+ * @endcode
*
*/
#define NHTTPD_ADMIN_QUERY_DISABLE_SERVICE "disable"