Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ get_ssl_module
Method
get_ssl_module
test/pyhttpd/env.py:229–230 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
227
228
@classmethod
229
def
get_ssl_module(cls):
230
return
os.environ[
'SSL'
]
if
'SSL'
in os.environ
else
'mod_ssl'
231
232
@classmethod
233
def
has_shared_module(cls, name):
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected