hackhttp icon indicating copy to clipboard operation
hackhttp copied to clipboard

Hackhttp is an HTTP library, written in Python.

Results 7 hackhttp issues
Sort by recently updated
recently updated
newest added

RT 处理N多原始报文的时候,需要自己填写URL,有点麻烦,希望可以自动从RAW中提取URL。

hackhttp raw post json ![image](https://user-images.githubusercontent.com/23517602/51164138-f1c81380-18d6-11e9-8479-ac73ec793167.png) rquests body并没有传过去 ![image](https://user-images.githubusercontent.com/23517602/51164175-13c19600-18d7-11e9-91e4-81cf6496712b.png)

ssl.SSLError: ('The read operation timed out',) 设置超时在哪里设置呢

``` import hackhttp from base64 import b64encode init = 100000 while True: pwd = '' pwd = b64encode('%d'%init) hh = hackhttp.hackhttp() raw = ''' GET /****/userCheck HTTP/1.1 Host:******* User-Agent: *****...