An open API service indexing awesome lists of open source software.

https://github.com/databus23/httpcheck

A dead simple parallel http checker
https://github.com/databus23/httpcheck

Last synced: over 1 year ago
JSON representation

A dead simple parallel http checker

Awesome Lists containing this project

README

          

httpcheck
=========

A dead simple tool to check multiple urls in parallel and report on the result.

```
$> httpcheck https://google.com http://10.10.10.10 https://www.microsoft.com
https://google.com : 302 Found (235.59528ms)
https://www.microsoft.com : 302 Found (252.012142ms)
http://10.10.10.10 : Get http://10.10.10.10: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
```