MCPcopy Index your code
hub / github.com/aws/aws-cli / http_get

Function http_get

tests/integration/botocore/test_s3.py:53–58  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

51
52
53def http_get(url):
54 http = urllib3.PoolManager(
55 cert_reqs='CERT_REQUIRED', ca_certs=DEFAULT_CA_BUNDLE
56 )
57 response = http.request('GET', url)
58 return response
59
60
61def http_post(url, data, files):

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected