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

Function isSecure

modules/arch/netware/mod_nw_ssl.c:893–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893static int isSecure (const request_rec *r)
894{
895 return isSecureConn (r->server, r->connection);
896}
897
898static int isSecureUpgradeable (const request_rec *r)
899{

Callers 4

nwssl_hook_FixupFunction · 0.85
nwssl_hook_http_schemeFunction · 0.85
nwssl_hook_default_portFunction · 0.85
ssl_var_lookupFunction · 0.85

Calls 1

isSecureConnFunction · 0.85

Tested by

no test coverage detected