Home
last modified time | relevance | path

Searched refs:Httpd (Results 1 – 4 of 4) sorted by relevance

/curl/tests/http/
H A Dconftest.py34 from testenv import Env, Nghttpx, Httpd, NghttpxQuic, NghttpxFwd
59 def httpd(env) -> Httpd:
60 httpd = Httpd(env=env)
H A Dscorecard.py36 from testenv import Env, Httpd, Nghttpx, CurlClient, Caddy, ExecResult, NghttpxQuic, RunProfile
48 httpd: Optional[Httpd], argument
603 httpd = Httpd(env=env)
/curl/tests/http/testenv/
H A D__init__.py34 from .httpd import Httpd
H A Dhttpd.py43 class Httpd: class
240 if Httpd.MOD_CURLTEST is not None:
400 if Httpd.MOD_CURLTEST is not None:
445 if Httpd.MOD_CURLTEST is not None:
447 local_dir = os.path.dirname(inspect.getfile(Httpd))
455 Httpd.MOD_CURLTEST = os.path.join(

Completed in 16 milliseconds