Public Member Functions |
TAILQ_ENTRY() | evhttp_connection (next) |
| TAILQ_HEAD (evcon_requestq, evhttp_request) requests |
Public Attributes |
int | fd |
struct event | ev |
struct event | close_ev |
struct evbuffer * | input_buffer |
struct evbuffer * | output_buffer |
char * | bind_address |
u_short | bind_port |
char * | address |
u_short | port |
int | flags |
int | timeout |
int | retry_cnt |
int | retry_max |
enum evhttp_connection_state | state |
struct evhttp * | http_server |
void(* | cb )(struct evhttp_connection *, void *) |
void * | cb_arg |
void(* | closecb )(struct evhttp_connection *, void *) |
void * | closecb_arg |
struct event_base * | base |
Detailed Description
Definition at line 53 of file http-internal.h.
The documentation for this struct was generated from the following file: