Go to the source code of this file.
Enumerations | |
| enum | { URI_MAX = 2048 } |
Functions | |
| int | cgi_set_request (request_t *rq) |
| session_opt_t * | http_get_session_opt (http_t *http) |
| u_config_t * | http_get_config (http_t *http) |
| const char * | http_get_status_desc (int status) |
| vhost_list_t * | http_get_vhost_list (http_t *http) |
| vhost_t * | http_get_vhost (http_t *h, request_t *rq) |
| int | http_alias_resolv (http_t *h, request_t *rq, char *dst, const char *uri, size_t sz) |
Variables | |
| struct http_status_map_s | http_status_map [] |
| backend_t | be_http |
| session_opt_t* http_get_session_opt | ( | http_t * | http | ) | [read] |
| vhost_list_t* http_get_vhost_list | ( | http_t * | http | ) | [read] |
BACKEND_STATIC_INITIALIZER( "http",
http_backend_init,
http_backend_serve,
http_backend_term )
| struct http_status_map_s http_status_map[] |