Home
last modified time | relevance | path

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

/external/curl/tests/http/
Dconftest.py34 from testenv import Env, Nghttpx, Httpd
61 def nghttpx(env, httpd) -> Optional[Nghttpx]:
62 nghttpx = Nghttpx(env=env)
Dscorecard.py36 from testenv import Env, Httpd, Nghttpx, CurlClient, Caddy, ExecResult
386 self.nghttpx = Nghttpx(env=self.env)
/external/curl/tests/http/testenv/
D__init__.py32 from .nghttpx import Nghttpx
Dnghttpx.py42 class Nghttpx: class