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

Class H1Conf

test/modules/http1/env.py:67–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class H1Conf(HttpdConf):
68
69 def __init__(self, env: HttpdTestEnv, extras: Dict[str, Any] = None):
70 super().__init__(env=env, extras=HttpdConf.merge_extras(extras, {
71 "base": [
72 "LogLevel http:trace4",
73 ],
74 f"cgi.{env.http_tld}": [
75 "SSLOptions +StdEnvVars",
76 "AddHandler cgi-script .py",
77 "<Location \"/h1test/echo\">",
78 " SetHandler h1test-echo",
79 "</Location>",
80 ]
81 }))

Callers 8

_class_scopeMethod · 0.85
_class_scopeMethod · 0.85
_class_scopeMethod · 0.85
_class_scopeMethod · 0.85
_class_scopeMethod · 0.85
_class_scopeMethod · 0.85
test_h1_007_02Method · 0.85
test_h1_007_03Method · 0.85

Calls

no outgoing calls

Tested by 8

_class_scopeMethod · 0.68
_class_scopeMethod · 0.68
_class_scopeMethod · 0.68
_class_scopeMethod · 0.68
_class_scopeMethod · 0.68
_class_scopeMethod · 0.68
test_h1_007_02Method · 0.68
test_h1_007_03Method · 0.68