Searched defs:nghttpx_fwd (Results 1 – 3 of 3) sorted by relevance
/curl/tests/http/ |
H A D | test_10_proxy.py | 42 def _class_scope(self, env, httpd, nghttpx_fwd): argument 125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat): argument 151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat): argument 177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto, argument 230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument 253 def test_10_10_reuse_proxy(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument 278 def test_10_11_noreuse_proxy_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument 304 def test_10_12_noreuse_proxy_http(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument 330 def test_10_13_noreuse_https(self, env: Env, httpd, nghttpx_fwd, tunnel, repeat): argument
|
H A D | test_13_proxy_auth.py | 42 def _class_scope(self, env, httpd, nghttpx_fwd): 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
|
H A D | conftest.py | 117 def nghttpx_fwd(env, httpd) -> Generator[Nghttpx, None, None]: function
|
Completed in 9 milliseconds