MCPcopy Create free account
hub / github.com/apache/httpd / ap_proxy_pre_http_request

Function ap_proxy_pre_http_request

modules/proxy/proxy_util.c:876–880  ·  view source on GitHub ↗

set up the minimal filter set */

Source from the content-addressed store, hash-verified

874
875/* set up the minimal filter set */
876PROXY_DECLARE(int) ap_proxy_pre_http_request(conn_rec *c, request_rec *r)
877{
878 ap_add_input_filter("HTTP_IN", NULL, r, c);
879 return OK;
880}
881
882PROXY_DECLARE(const char *) ap_proxy_location_reverse_map(request_rec *r,
883 proxy_dir_conf *conf, const char *url)

Callers 3

mod_proxy.hFile · 0.85
hc_check_httpFunction · 0.85

Calls 1

ap_add_input_filterFunction · 0.85

Tested by

no test coverage detected