#include <http_struct.h>
| Public Member Functions | |
| TAILQ_ENTRY (evhttp_request) next | |
| Data Fields | |
| void(* | cb )(struct evhttp_request *, void *) | 
| void * | cb_arg | 
| void(* | chunk_cb )(struct evhttp_request *, void *) | 
| int | chunked | 
| struct evhttp_connection * | evcon | 
| int | flags | 
| struct evbuffer * | input_buffer | 
| struct evkeyvalq * | input_headers | 
| enum evhttp_request_kind | kind | 
| char | major | 
| char | minor | 
| ev_int64_t | ntoread | 
| struct evbuffer * | output_buffer | 
| struct evkeyvalq * | output_headers | 
| char * | remote_host | 
| ev_uint16_t | remote_port | 
| int | response_code | 
| char * | response_code_line | 
| enum evhttp_cmd_type | type | 
| char * | uri | 
WARNING: expect this structure to change. I will try to provide reasonable accessors.
 1.5.7
 1.5.7