a spiritual successor to traffika
htp is a cli tool for making and measuring http requests
Usage:
htp [url] [flags]
htp [command]
Available Commands:
bench Run an opinionated HTTP benchmark against an endpoint
compare Benchmark two endpoints with the same settings and show the delta
loadtest Run an HTTP load test against an endpoint
Flags:
-n, --count int Repeat request this many times
-d, --data string Request body to send
--duration duration Repeat requests for this long
-H, --header stringArray Request header in 'Key: Value' format
-h, --help help for htp
--interval duration Wait between repeated requests
-X, --method string HTTP method to use
--trace Measure request timings
Use "htp [command] --help" for more information about a command.