summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-request.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-10 12:23:40 +0000
committerGravatar m0gg2006-12-10 12:23:40 +0000
commitb1c49cd2e29db9e2f71e31018f58eec480fec709 (patch)
treee4c05209447818ad50337898a9fb6160a1f7a886 /nanohttp/nanohttp-request.h
parentbee39b195b33d548dcfab8db599e2cfdb1aca599 (diff)
downloadcsoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.gz
csoap-b1c49cd2e29db9e2f71e31018f58eec480fec709.tar.bz2
Documentation enhancements
Diffstat (limited to 'nanohttp/nanohttp-request.h')
-rwxr-xr-xnanohttp/nanohttp-request.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/nanohttp/nanohttp-request.h b/nanohttp/nanohttp-request.h
index 3f6afba..209ef9a 100755
--- a/nanohttp/nanohttp-request.h
+++ b/nanohttp/nanohttp-request.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-request.h,v 1.12 2006/11/26 20:13:05 m0gg Exp $
+ * $Id: nanohttp-request.h,v 1.13 2006/12/10 12:23:45 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -24,9 +24,7 @@
#ifndef __nhttp_request_h
#define __nhttp_request_h
-/** @file
- *
- * Request Header Fields
+/** @defgroup request_header_fields Request Header Fields
*
* The request-header fields allow the client to pass additional information
* about the request, and about the client itself, to the server. These fields
@@ -36,6 +34,7 @@
* @see http://www.ietf.org/rfc/rfc2616.txt
*
*/
+/*{*/
/**
*
@@ -100,8 +99,8 @@
* address SHOULD be machine-usable, as defined by "mailbox" in RFC 822 as
* updated by RFC 1123.
*
- * @see http://www.ietf.org/rfc/rfc1123.txt,
- * http://www.ietf.org/rfc/rfc822.txt
+ * @see http://www.ietf.org/rfc/rfc1123.txt
+ * @see http://www.ietf.org/rfc/rfc822.txt
*
*/
#define HEADER_FROM "From"
@@ -253,6 +252,8 @@
*/
#define HEADER_USER_AGENT "User-Agent"
+/*}*/
+
#ifdef __NHTTP_INTERNAL
struct request_statistics
{