Lines Matching refs:self
42 def _class_scope(self, env, httpd, nghttpx_fwd): argument
52 def get_tunnel_proto_used(self, r: ExecResult): argument
61 def test_13_01_proxy_no_auth(self, env: Env, httpd, repeat): argument
69 def test_13_02_proxy_auth(self, env: Env, httpd, repeat): argument
81 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
92 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
101 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd, repeat): argument
110 def test_13_06_tunnel_http_auth(self, env: Env, httpd, repeat): argument
124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
134 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
153 assert self.get_tunnel_proto_used(r) == 'HTTP/2' \