Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
893
static int isSecure (const request_rec *r)
894
{
895
return isSecureConn (r->server, r->connection);
896
}
897
898
static int isSecureUpgradeable (const request_rec *r)
899
{
Callers
4
nwssl_hook_Fixup
Function · 0.85
nwssl_hook_http_scheme
Function · 0.85
nwssl_hook_default_port
Function · 0.85
ssl_var_lookup
Function · 0.85
Calls
1
isSecureConn
Function · 0.85
Tested by
no test coverage detected