MCPcopy Create free account
hub / github.com/apache/httpd / curl_get

Method curl_get

test/pyhttpd/env.py:848–849  ·  view source on GitHub ↗
(self, url, insecure=False, options=None)

Source from the content-addressed store, hash-verified

846 return r
847
848 def curl_get(self, url, insecure=False, options=None):
849 return self.curl_raw([url], insecure=insecure, options=options)
850
851 def curl_upload(self, url, fpath, timeout=5, options=None):
852 if not options:

Callers 15

is_liveMethod · 0.95
is_deadMethod · 0.95
test_md_751_001Method · 0.80
test_md_751_004Method · 0.80
test_md_751_020Method · 0.80
get_metaMethod · 0.80
get_contentMethod · 0.80
get_json_contentMethod · 0.80
install_ca_bundleMethod · 0.80
test_md_752_001Method · 0.80
test_md_752_004Method · 0.80
test_md_752_020Method · 0.80

Calls 1

curl_rawMethod · 0.95

Tested by 15

test_md_751_001Method · 0.64
test_md_751_004Method · 0.64
test_md_751_020Method · 0.64
test_md_752_001Method · 0.64
test_md_752_004Method · 0.64
test_md_752_020Method · 0.64
test_md_720_008Method · 0.64
test_core_001_01Method · 0.64
test_core_001_03Method · 0.64
test_core_001_04Method · 0.64
test_core_001_20Method · 0.64
test_proxy_02_001Method · 0.64