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

Function ssl_hook_http_scheme

modules/ssl/mod_ssl.c:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648static const char *ssl_hook_http_scheme(const request_rec *r)
649{
650 return modssl_request_is_tls(r, NULL) ? "https" : NULL;
651}
652
653static apr_port_t ssl_hook_default_port(const request_rec *r)
654{

Callers

nothing calls this directly

Calls 1

modssl_request_is_tlsFunction · 0.85

Tested by

no test coverage detected