Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

_REQUEST Struct Reference
[HTTPHTTP]

#include <pro/httpd.h>


Detailed Description

HTTP request information structure.
Examples:

httpd/httpserv.c.


Data Fields

int req_method
 Request method.

int req_version
 11 = HTTP/1.1, 10 = HTTP/1.0, 9 = HTTP/0.9

int req_length
 Content length.

char * req_url
 URI portion of the GET or POST request line.

char * req_query
 Argument string.

char * req_type
 Content type.

char * req_cookie
 Cookie.

char * req_auth
 Authorization info.

char * req_agent
 User agent.


© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/