Pretty HTTP timing statistics. Shows DNS, TCP, TLS, TTFB, and transfer times.
# Basic timing
python3 scripts/httpstat.py https://example.com
# With headers
python3 scripts/httpstat.py https://api.github.com -H "Accept: application/json"
# POST request
python3 scripts/httpstat.py https://httpbin.org/post -X POST -d '{"key":"value"}'
Shows a visual waterfall of: DNS Lookup → TCP Connection → TLS Handshake → Server Processing → Content Transfer
共 1 个版本