Skip to content

Display the MD5 hash of the response body for the given URL

Notifications You must be signed in to change notification settings

wesleyvicthor/myhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Display the MD5 hash of the response body for the given URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages