Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Public Types | |
enum | { reading_request_line, reading_request, request_is_being_handled, sending_reply } |
Data Fields | |
int | port |
Connection * | conn |
Octstr * | ip |
enum HTTPClient:: { ... } | state |
int | method |
Octstr * | url |
int | use_version_1_0 |
int | persistent_conn |
unsigned long | conn_time |
HTTPEntity * | request |
anonymous enum |
Enumerator | |
---|---|
reading_request_line | |
reading_request | |
request_is_being_handled | |
sending_reply |
Definition at line 1874 of file http.c.
Connection* HTTPClient::conn |
Definition at line 1872 of file http.c.
Referenced by client_create(), and client_destroy().
unsigned long HTTPClient::conn_time |
Definition at line 1884 of file http.c.
Referenced by client_create(), and client_reset().
Octstr* HTTPClient::ip |
Definition at line 1873 of file http.c.
Referenced by client_create(), client_destroy(), and client_reset().
int HTTPClient::persistent_conn |
Definition at line 1883 of file http.c.
Referenced by client_create().
int HTTPClient::port |
Definition at line 1871 of file http.c.
Referenced by client_create().
HTTPEntity* HTTPClient::request |
Definition at line 1885 of file http.c.
Referenced by client_create(), client_destroy(), and client_reset().
enum { ... } HTTPClient::state |
Referenced by client_create(), and client_reset().
Octstr* HTTPClient::url |
Definition at line 1881 of file http.c.
Referenced by client_create(), and client_destroy().
int HTTPClient::use_version_1_0 |
Definition at line 1882 of file http.c.
Referenced by client_create().