(self, url, **kwargs)
| 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 |
no outgoing calls