https://github.com/wesleyvicthor/myhttp
Display the MD5 hash of the response body for the given URL
https://github.com/wesleyvicthor/myhttp
go http md5
Last synced: 12 months ago
JSON representation
Display the MD5 hash of the response body for the given URL
- Host: GitHub
- URL: https://github.com/wesleyvicthor/myhttp
- Owner: wesleyvicthor
- Created: 2020-04-16T12:37:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T12:49:11.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T15:46:32.140Z (almost 2 years ago)
- Topics: go, http, md5
- Language: Go
- Size: 3.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MyHTTP
This tool displays the MD5 hash of the response body from the given
list of URLs
### Install
```bash
~$ go get github.com/wesleyvicthor/myhttp
```
or clone
```bash
~$ git clone https://github.com/wesleyvicthor/myhttp
```
### Tests
```
myhttp/pkg~$ go test
```
### Usage
```bash
~$ myhttp example.com
```
or multiple urls by space separated
```bash
~$ myhttp adjust.com example.com https://httpbin.org
```
you can adjust the parallel processes using the flag
```bash
~$ myhttp -parallel=2 adjust.com example.com httpbin.org
```
the default is 10 process