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

Function ap_get_server_banner

server/core.c:3601–3604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3599}
3600
3601AP_DECLARE(const char *) ap_get_server_banner(void)
3602{
3603 return server_banner ? server_banner : AP_SERVER_BASEVERSION;
3604}
3605
3606AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component)
3607{

Callers 13

ssl_var_lookupFunction · 0.85
basic_http_headerFunction · 0.85
proxy_connect_handlerFunction · 0.85
send_http_connectFunction · 0.85
lookup_variableFunction · 0.85
ssl_var_lookupFunction · 0.85
create_responseFunction · 0.85
h2_headers_dieFunction · 0.85
x_handlerFunction · 0.85
ap_add_common_varsFunction · 0.85
misc_var_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected