|
OpenMPI
0.1.1
|
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 | |
Data Fields | |
| struct evconq | connections |
| char * | vhost_pattern |
| int | timeout |
| size_t | default_max_headers_size |
| ev_uint64_t | default_max_body_size |
| ev_uint16_t | allowed_methods |
| void(* | gencb )(struct evhttp_request *req, void *) |
| void * | gencbarg |
| struct event_base * | base |