|
Libevent Code Doxygen document
|

Public Member Functions | |
| TAILQ_ENTRY (evhttp) next_vhost | |
| TAILQ_HEAD (boundq, evhttp_bound_socket) sockets | |
| TAILQ_HEAD (httpcbq, evhttp_cb) callbacks | |
| TAILQ_HEAD (vhostsq, evhttp) virtualhosts | |
| TAILQ_HEAD (aliasq, evhttp_server_alias) aliases | |
Public Attributes | |
| struct evconq | connections |
| char * | vhost_pattern |
| struct timeval | timeout |
| size_t | default_max_headers_size |
| ev_uint64_t | default_max_body_size |
| int | flags |
| const char * | default_content_type |
| ev_uint16_t | allowed_methods |
| void(* | gencb )(struct evhttp_request *req, void *) |
| void * | gencbarg |
| struct bufferevent *(* | bevcb )(struct event_base *, void *) |
| void * | bevcbarg |
| struct event_base * | base |