Home
last modified time | relevance | path

Searched refs:set_extra_config (Results 1 – 4 of 4) sorted by relevance

/external/curl/tests/http/
Dtest_12_reuse.py49 httpd.set_extra_config('base', [
67 httpd.set_extra_config('base', [
Dtest_02_download.py269 httpd.set_extra_config(env.domain1, lines=[
275 httpd.set_extra_config(env.domain1, lines=None)
301 httpd.set_extra_config(env.domain1, lines=None)
Dtest_09_push.py49 httpd.set_extra_config(env.domain1, [
/external/curl/tests/http/testenv/
Dhttpd.py97 def set_extra_config(self, domain: str, lines: Optional[Union[str, List[str]]]): member in Httpd