
Public Types | |
| enum | { connecting, request_not_sent, reading_status, reading_entity, transaction_done } |
Data Fields | |
| HTTPCaller * | caller |
| void * | request_id |
| int | method |
| Octstr * | url |
| Octstr * | uri |
| List * | request_headers |
| Octstr * | request_body |
| enum HTTPServer:: { ... } | state |
| long | status |
| int | persistent |
| HTTPEntity * | response |
| Connection * | conn |
| Octstr * | host |
| long | port |
| int | follow_remaining |
| Octstr * | certkeyfile |
| int | ssl |
| Octstr * | username |
| Octstr * | password |
|
|
Definition at line 673 of file http.c. 00673 {
00674 connecting,
00675 request_not_sent,
00676 reading_status,
00677 reading_entity,
00678 transaction_done
00679 } state;
|
|
|
Definition at line 666 of file http.c. Referenced by handle_transaction(), server_create(), and write_request_thread(). |
|
|
Definition at line 687 of file http.c. Referenced by get_connection(), handle_transaction(), and server_destroy(). |
|
|
Definition at line 683 of file http.c. Referenced by client_read_status(), handle_transaction(), send_request(), and write_request_thread(). |
|
|
Definition at line 686 of file http.c. Referenced by get_redirection_location(), and handle_transaction(). |
|
|
Definition at line 684 of file http.c. Referenced by get_connection(), handle_transaction(), parse2trans(), send_request(), and server_destroy(). |
|
|
Definition at line 668 of file http.c. Referenced by handle_transaction(), and send_request(). |
|
|
Definition at line 690 of file http.c. Referenced by handle_transaction(), parse2trans(), send_request(), and server_destroy(). |
|
|
Definition at line 681 of file http.c. Referenced by client_read_status(), and handle_transaction(). |
|
|
Definition at line 685 of file http.c. Referenced by get_connection(), handle_transaction(), parse2trans(), and send_request(). |
|
|
Definition at line 672 of file http.c. Referenced by send_request(), and server_destroy(). |
|
|
Definition at line 671 of file http.c. Referenced by send_request(), and server_destroy(). |
|
|
Definition at line 667 of file http.c. Referenced by http_receive_result_real(), and http_start_request(). |
|
|
Definition at line 682 of file http.c. Referenced by get_redirection_location(), handle_transaction(), http_receive_result_real(), and server_destroy(). |
|
|
Definition at line 688 of file http.c. Referenced by get_connection(), handle_transaction(), and parse2trans(). |
|
|
Referenced by handle_transaction(), and write_request_thread(). |
|
|
Definition at line 680 of file http.c. Referenced by client_read_status(), get_redirection_location(), handle_transaction(), and http_receive_result_real(). |
|
|
Definition at line 670 of file http.c. Referenced by handle_transaction(), parse2trans(), send_request(), and server_destroy(). |
|
|
Definition at line 669 of file http.c. Referenced by get_connection(), handle_transaction(), http_receive_result_real(), send_request(), and server_destroy(). |
|
|
Definition at line 689 of file http.c. Referenced by handle_transaction(), parse2trans(), send_request(), and server_destroy(). |