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
84 def httpd(env) -> Httpd:
85 httpd = Httpd(env=env)
H A Dscorecard.py36 from testenv import Env, Httpd, Nghttpx, CurlClient, Caddy, ExecResult, NghttpxQuic, RunProfile
48 httpd: Optional[Httpd], argument
832 httpd = Httpd(env=env)
/curl/tests/http/testenv/
H A D__init__.py34 from .httpd import Httpd
H A Dhttpd.py44 class Httpd: class
251 if Httpd.MOD_CURLTEST is not None:
417 if Httpd.MOD_CURLTEST is not None:
462 if Httpd.MOD_CURLTEST is not None:
464 local_dir = os.path.dirname(inspect.getfile(Httpd))
472 Httpd.MOD_CURLTEST = os.path.join(

Completed in 11 milliseconds