httping

Ping-like tool for measuring HTTP request response times

brewmacoslinux
Try with needOr install directly
Source

About

Ping-like tool for HTTP requests

Commands

httping

Examples

check if website is up and measure response time$ httping -g https://example.com
continuously ping a website like ping command$ httping https://example.com
measure HTTP request time with custom headers$ httping -h 'Authorization: Bearer token' https://api.example.com
ping API endpoint and show response codes$ httping -G https://api.example.com/health
test website availability with timeout limit$ httping -t 5 https://example.com