_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 327 of file http.h.


Field Documentation

cp_connection_descriptor* _cp_http_request::connection

connection descriptor

Definition at line 341 of file http.h.

char* _cp_http_request::content

request content

Definition at line 339 of file http.h.

cp_hashtable* _cp_http_request::header

table of headers

Definition at line 332 of file http.h.

struct _cp_httpsocket* _cp_http_request::owner

owning socket

Definition at line 340 of file http.h.

cp_hashtable* _cp_http_request::prm

table of GET/POST parameters

Definition at line 334 of file http.h.

cp_vector* _cp_http_request::prm_name

parameter vector

Definition at line 335 of file http.h.

char* _cp_http_request::query_string

raw query string

Definition at line 333 of file http.h.

cp_http_request_type _cp_http_request::type

GET, POST etc

Definition at line 329 of file http.h.

char* _cp_http_request::uri

request uri

Definition at line 331 of file http.h.

cp_http_version _cp_http_request::version

HTTP_1_0, HTTP_1_1

Definition at line 330 of file http.h.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 5 23:00:23 2011 for cprops by  doxygen 1.4.7