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

Method httpraw

HackRequests/HackRequests.py:486–489  ·  view source on GitHub ↗
(self, raw: str, ssl: bool = False, proxy=None, location=True)

Source from the content-addressed store, hash-verified

484 self.queue.put({"func": func, "url": url, "kw": kwargs})
485
486 def httpraw(self, raw: str, ssl: bool = False, proxy=None, location=True):
487 func = self.hack.httpraw
488 self.queue.put({"func": func, "raw": raw, "ssl": ssl,
489 "proxy": proxy, "location": location})
490
491 def scan(self):
492 while 1:

Callers 8

test_real_ipMethod · 0.45
test_getMethod · 0.45
test_postMethod · 0.45
test_jsonMethod · 0.45
test_chunkedMethod · 0.45
httprawFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_real_ipMethod · 0.36
test_getMethod · 0.36
test_postMethod · 0.36
test_jsonMethod · 0.36
test_chunkedMethod · 0.36