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

Function httpraw

HackRequests/HackRequests.py:519–523  ·  view source on GitHub ↗
(raw: str, **kwargs)

Source from the content-addressed store, hash-verified

517
518
519def httpraw(raw: str, **kwargs):
520 # con = httpcon(timeout=timeout)
521 # hack = hackRequests(con)
522 hack = hackRequests()
523 return hack.httpraw(raw, **kwargs)
524
525
526if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

hackRequestsClass · 0.85
httprawMethod · 0.45

Tested by

no test coverage detected