httpstat - HTTP Timing
Make HTTP requests and see timing breakdown, status, and response preview.
Quick Start
httpstat https://example.com
httpstat -X POST https://api.example.com/data
httpstat -H "Authorization: Bearer token" https://api.example.com
Usage
httpstat <url> # GET request
httpstat -X POST <url> # POST request
httpstat -H "Header: Value" <url> # Add header
httpstat --insecure <url> # Skip TLS verification
Options
| Option | Description |
|---|---|
|
HTTP method (GET, POST, PUT, DELETE, etc.) |
|
Add request header (can be repeated) |
|
Skip TLS certificate verification |
|
Don’t follow redirects |