Home
last modified time | relevance | path

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

/curl/tests/http/testenv/
H A D__init__.py37 from .nghttpx import Nghttpx
38 from .nghttpx import Nghttpx, NghttpxQuic, NghttpxFwd
H A Dnghttpx.py42 class Nghttpx: class
174 class NghttpxQuic(Nghttpx):
208 class NghttpxFwd(Nghttpx):
/curl/tests/http/
H A Dconftest.py34 from testenv import Env, Nghttpx, Httpd, NghttpxQuic, NghttpxFwd
96 def nghttpx(env, httpd) -> Optional[Nghttpx]:
105 def nghttpx_fwd(env, httpd) -> Optional[Nghttpx]:
H A Dscorecard.py36 from testenv import Env, Httpd, Nghttpx, CurlClient, Caddy, ExecResult, NghttpxQuic, RunProfile
49 nghttpx: Optional[Nghttpx], argument

Completed in 17 milliseconds