Lines Matching refs:env
35 from .env import Env
44 def __init__(self, env: Env, port: int, https_port: int, name: str):
45 self.env = env
49 self._cmd = env.nghttpx
50 self._run_dir = os.path.join(env.gen_dir, name)
132 curl = CurlClient(env=self.env, run_dir=self._tmp_dir)
155 curl = CurlClient(env=self.env, run_dir=self._tmp_dir)
195 def __init__(self, env: Env):
196 super().__init__(env=env, name='nghttpx-quic', port=env.h3_port,
197 https_port=env.nghttpx_https_port)
203 creds = self.env.get_credentials(self.env.domain1)
233 def __init__(self, env: Env):
234 super().__init__(env=env, name='nghttpx-fwd', port=env.h2proxys_port,
241 creds = self.env.get_credentials(self.env.proxy_domain)
263 curl = CurlClient(env=self.env, run_dir=self._tmp_dir)
276 curl = CurlClient(env=self.env, run_dir=self._tmp_dir)