From 8a6946b18003fae6400a137389f0cb13d0ac4bd6 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 3 Nov 2007 22:40:09 +0000 Subject: Split nanoHTTP and cSOAP logging --- nanohttp/nanohttp-request.h | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'nanohttp/nanohttp-request.h') diff --git a/nanohttp/nanohttp-request.h b/nanohttp/nanohttp-request.h index 95a89a0..90a4041 100755 --- a/nanohttp/nanohttp-request.h +++ b/nanohttp/nanohttp-request.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-request.h,v 1.15 2007/01/03 08:33:44 m0gg Exp $ + * $Id: nanohttp-request.h,v 1.16 2007/11/03 22:40:11 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,15 +24,24 @@ #ifndef __nhttp_request_h #define __nhttp_request_h -/** @defgroup http_request_header_fields Request Header Fields +/** @file nanohttp-request.h HTTP request handling * - * The request-header fields allow the client to pass additional information - * about the request, and about the client itself, to the server. These fields - * act as request modifiers, with semantics equivalent to the parameters on a - * programming language method invocation. + * @defgroup NANOHTTP_REQUEST HTTP request handling + * @ingroup NANOHTTP_SERVER * - * @see http://www.ietf.org/rfc/rfc2616.txt + */ +/**@{*/ + +/** @defgroup HTTP_REQUEST_HEADER_FIELDS Request Header Fields + * @ingroup HTTP_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 act as request modifiers, with semantics + * equivalent to the parameters on a programming language method + * invocation. + * + * @see http://www.ietf.org/rfc/rfc2616.txt */ /*@{*/ @@ -298,4 +307,6 @@ extern void hrequest_free(struct hrequest_t *req); } #endif +/**@}*/ + #endif -- cgit v1.1-32-gdbae