
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 |
|
|
Definition at line 1780 of file http.c. 01780 {
01781 reading_request_line,
01782 reading_request,
01783 request_is_being_handled,
01784 sending_reply
01785 } state;
|
|
|
Definition at line 1778 of file http.c. Referenced by client_create(), client_destroy(), http_accept_request(), and http_send_reply(). |
|
|
Definition at line 1790 of file http.c. Referenced by client_reset(). |
|
|
Definition at line 1779 of file http.c. Referenced by client_destroy(), client_reset(), and http_accept_request(). |
|
|
Definition at line 1786 of file http.c. Referenced by http_accept_request(), http_send_reply(), and receive_request(). |
|
|
Definition at line 1789 of file http.c. Referenced by http_accept_request(), http_send_reply(), and receive_request(). |
|
|
Definition at line 1777 of file http.c. Referenced by client_create(), and port_put_request(). |
|
|
Definition at line 1791 of file http.c. Referenced by client_destroy(), client_reset(), http_accept_request(), and receive_request(). |
|
|
Referenced by client_reset(), http_send_reply(), and receive_request(). |
|
|
Definition at line 1787 of file http.c. Referenced by client_destroy(), http_accept_request(), and receive_request(). |
|
|
Definition at line 1788 of file http.c. Referenced by http_accept_request(), http_send_reply(), and receive_request(). |