This tool displays the MD5 hash of the response body from the given list of URLs
~$ go get github.com/wesleyvicthor/myhttp
or clone
~$ git clone https://github.com/wesleyvicthor/myhttp
myhttp/pkg~$ go test
~$ myhttp example.com
or multiple urls by space separated
~$ myhttp adjust.com example.com https://httpbin.org
you can adjust the parallel processes using the flag
~$ myhttp -parallel=2 adjust.com example.com httpbin.org
the default is 10 process