Searched refs:Nghttpx (Results 1 – 4 of 4) sorted by relevance
34 from testenv import Env, Nghttpx, Httpd61 def nghttpx(env, httpd) -> Optional[Nghttpx]:62 nghttpx = Nghttpx(env=env)
36 from testenv import Env, Httpd, Nghttpx, CurlClient, Caddy, ExecResult386 self.nghttpx = Nghttpx(env=self.env)
32 from .nghttpx import Nghttpx
42 class Nghttpx: class