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

Function ap_proxy_show_hcmethod

modules/proxy/proxy_util.c:5813–5822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5811}
5812
5813PROXY_DECLARE (const char *) ap_proxy_show_hcmethod(hcmethod_t method)
5814{
5815 proxy_hcmethods_t *m = proxy_hcmethods;
5816 for (; m->name; m++) {
5817 if (m->method == method) {
5818 return m->name;
5819 }
5820 }
5821 return "???";
5822}
5823
5824void proxy_util_register_hooks(apr_pool_t *p)
5825{

Callers 2

balancer_display_pageFunction · 0.85
backend_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected