MCPcopy Index your code
hub / github.com/boy-hack/hack-requests / http

Function http

HackRequests/HackRequests.py:512–516  ·  view source on GitHub ↗
(url, **kwargs)

Source from the content-addressed store, hash-verified

510
511
512def http(url, **kwargs):
513 # timeout = kwargs.get("timeout", 10)
514 # con = httpcon(timeout=timeout)
515 hack = hackRequests()
516 return hack.http(url, **kwargs)
517
518
519def httpraw(raw: str, **kwargs):

Callers

nothing calls this directly

Calls 2

hackRequestsClass · 0.85
httpMethod · 0.45

Tested by

no test coverage detected