(raw: str, **kwargs)
| 517 | |
| 518 | |
| 519 | def httpraw(raw: str, **kwargs): |
| 520 | # con = httpcon(timeout=timeout) |
| 521 | # hack = hackRequests(con) |
| 522 | hack = hackRequests() |
| 523 | return hack.httpraw(raw, **kwargs) |
| 524 | |
| 525 | |
| 526 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected