MCPcopy Index your code
hub / github.com/nodejs/node / HttpQuery

Function HttpQuery

deps/v8/tools/release/roll_bisect.py:65–69  ·  view source on GitHub ↗
(uri, *, timeout=300, **params)

Source from the content-addressed store, hash-verified

63
64
65def HttpQuery(uri, *, timeout=300, **params):
66 conn = httplib2.Http(timeout=timeout)
67 response, contents = conn.request(uri=uri, **params)
68 contents = contents.decode("utf-8", "replace")
69 return StringIO(contents)
70
71
72def HttpJSONQuery(*args, **params):

Callers 1

HttpJSONQueryFunction · 0.85

Calls 2

requestMethod · 0.65
decodeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…