Lines Matching refs:httpd
42 def _class_scope(self, env, httpd, nghttpx): argument
43 env.make_data_file(indir=httpd.docs_dir, fname="data-10k", fsize=10*1024)
48 def _function_scope(self, request, env, httpd): argument
49 httpd.clear_extra_configs()
51 httpd.reload_if_config_changed()
199 …def test_17_07_ssl_ciphers(self, env: Env, httpd, tls_proto, ciphers13, ciphers12, succeed13, succ… argument
201 httpd.set_extra_config('base', [
209 httpd.reload_if_config_changed()
275 def test_17_09_ssl_min_max(self, env: Env, httpd, tls_proto, max_ver, min_ver): argument
276 httpd.set_extra_config('base', [
280 httpd.reload_if_config_changed()
317 def test_17_10_h3_session_reuse(self, env: Env, httpd, nghttpx): argument