# httping
Httping is like 'ping' but for http-requests.
Provide a URL or IP address, plus the HTTP/HTTPS port number.
Returns with a bool indicating success or failure of the ping, as well as how long it takes to connect send a request and retrieve the full response (headers + body) which is returned as an integer "rtt".