Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

_cp_http_request Struct Reference
[Cp_socket]

#include <http.h>


Data Fields

cp_http_request_type type
cp_http_version version
char * uri
cp_hashtableheader
char * query_string
cp_hashtableprm
cp_vector * prm_name
char * content
_cp_httpsocketowner
cp_connection_descriptorconnection


Detailed Description

http request descriptor

Definition at line 328 of file http.h.


Field Documentation

cp_connection_descriptor* _cp_http_request::connection
 

connection descriptor

Definition at line 342 of file http.h.

char* _cp_http_request::content
 

request content

Definition at line 340 of file http.h.

cp_hashtable* _cp_http_request::header
 

table of headers

Definition at line 333 of file http.h.

struct _cp_httpsocket* _cp_http_request::owner
 

owning socket

Definition at line 341 of file http.h.

cp_hashtable* _cp_http_request::prm
 

table of GET/POST parameters

Definition at line 335 of file http.h.

cp_vector* _cp_http_request::prm_name
 

parameter vector

Definition at line 336 of file http.h.

char* _cp_http_request::query_string
 

raw query string

Definition at line 334 of file http.h.

cp_http_request_type _cp_http_request::type
 

GET, POST etc

Definition at line 330 of file http.h.

char* _cp_http_request::uri
 

request uri

Definition at line 332 of file http.h.

cp_http_version _cp_http_request::version
 

HTTP_1_0, HTTP_1_1

Definition at line 331 of file http.h.


The documentation for this struct was generated from the following file:
Generated on Sat Dec 1 10:25:30 2007 for cprops by  doxygen 1.3.9.1