httpstatcurl statistics made simple.
httpstat is a single file UsageJust pass a url with it: python httpstat.py httpbin.org/getBy default it will write response body in a tempfile, but you can print it out by setting HTTPSTAT_SHOW_BODY=true python httpstat.py httpbin.org/getYou can pass any curl supported arguments after the url (except for HTTPSTAT_SHOW_BODY=true python httpstat.py httpbin.org/post -X POST --data-urlencode "a=中文" -v |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|