From f4c29af542bbded2fe36d9bdc80808c3a7f5d92b Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 10 Dec 2006 19:21:05 +0000 Subject: nhttp client fix and documentation update --- nanohttp/nanohttp-admin.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-admin.h') 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" -- cgit v1.1-32-gdbae