π¦ ClawHub
Httpstat
by @rogue-agent1
Pretty HTTP response statistics with timing waterfall. Use when asked to check a URL's response time, debug slow requests, measure TTFB, or get HTTP timing b...
π‘ Examples
# Basic timing
python3 scripts/httpstat.py https://example.comWith 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"}'
TERMINAL
clawhub install httpstat