Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 578 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 578 Bytes

MyHTTP

This tool displays the MD5 hash of the response body from the given list of URLs

Install

~$ go get github.com/wesleyvicthor/myhttp

or clone

~$ git clone https://github.com/wesleyvicthor/myhttp

Tests

myhttp/pkg~$ go test

Usage

~$ 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