Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dconftest.py35 from testenv import Env, Nghttpx, Httpd, NghttpxQuic, NghttpxFwd
96 def httpd(env) -> Generator[Httpd, None, None]:
97 httpd = Httpd(env=env)
H A Dscorecard.py36 from testenv import Env, Httpd, CurlClient, Caddy, ExecResult, NghttpxQuic, RunProfile
774 httpd = Httpd(env=env)
802 httpd = Httpd(env=env)
/curl/tests/http/testenv/
H A D__init__.py34 from .httpd import Httpd
H A Dhttpd.py44 class Httpd: class
252 if Httpd.MOD_CURLTEST is not None:
418 if Httpd.MOD_CURLTEST is not None:
463 if Httpd.MOD_CURLTEST is not None:
465 local_dir = os.path.dirname(inspect.getfile(Httpd))
473 Httpd.MOD_CURLTEST = os.path.join(

Completed in 19 milliseconds