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

Method get

test/pyhttpd/nghttp.py:215–216  ·  view source on GitHub ↗
(self, url, timeout=5, options=None)

Source from the content-addressed store, hash-verified

213 return r
214
215 def get(self, url, timeout=5, options=None):
216 return self._raw(url, timeout, options)
217
218 def assets(self, url, timeout=5, options=None):
219 if not options:

Callers 15

has_a2mdMethod · 0.80
test_h2_003_51Method · 0.80
test_h2_003_52Method · 0.80
test_h2_202_03Method · 0.80
test_h2_202_10Method · 0.80
test_h2_202_11Method · 0.80
test_h2_103_20Method · 0.80
test_h2_103_21Method · 0.80
test_h2_103_22Method · 0.80
test_h2_103_23Method · 0.80
test_h2_103_24Method · 0.80

Calls 1

_rawMethod · 0.95

Tested by 15

test_h2_003_51Method · 0.64
test_h2_003_52Method · 0.64
test_h2_202_03Method · 0.64
test_h2_202_10Method · 0.64
test_h2_202_11Method · 0.64
test_h2_103_20Method · 0.64
test_h2_103_21Method · 0.64
test_h2_103_22Method · 0.64
test_h2_103_23Method · 0.64
test_h2_103_24Method · 0.64
test_h2_401_31Method · 0.64