MySQL 5.6.14 Source Code Document
|
#include <evhttp.h>
Public Member Functions | |
TAILQ_ENTRY (evhttp_request) next |
Public Attributes | |
struct evhttp_connection * | evcon |
int | flags |
struct evkeyvalq * | input_headers |
struct evkeyvalq * | output_headers |
char * | remote_host |
u_short | remote_port |
enum evhttp_request_kind | kind |
enum evhttp_cmd_type | type |
char * | uri |
char | major |
char | minor |
int | response_code |
char * | response_code_line |
struct evbuffer * | input_buffer |
ev_int64_t | ntoread |
int | chunked |
struct evbuffer * | output_buffer |
void(* | cb )(struct evhttp_request *, void *) |
void * | cb_arg |
void(* | chunk_cb )(struct evhttp_request *, void *) |
the request structure that a server receives. WARNING: expect this structure to change. I will try to provide reasonable accessors.