| D | test_14_auth.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 42 def _class_scope(self, env, httpd, nghttpx): argument 44 nghttpx.start_if_needed() 45 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024) 51 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, repeat, proto): argument 61 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument 67 '--digest', '--user', 'test:test' 73 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, repeat, proto): argument 80 '--digest', '--user', 'test:test' [all …]
|