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

Method http

HackRequests/HackRequests.py:482–484  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

480 exit("User Quit")
481
482 def http(self, url, **kwargs):
483 func = self.hack.http
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

Callers 5

test_getMethod · 0.45
test_postMethod · 0.45
test_jsonMethod · 0.45
test_localhostMethod · 0.45
httpFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_getMethod · 0.36
test_postMethod · 0.36
test_jsonMethod · 0.36
test_localhostMethod · 0.36