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

Method __init__

test/modules/http1/env.py:69–81  ·  view source on GitHub ↗
(self, env: HttpdTestEnv, extras: Dict[str, Any] = None)

Source from the content-addressed store, hash-verified

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 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

merge_extrasMethod · 0.80

Tested by

no test coverage detected