/httpresphasher

Toy-tool to request URLs and calculate MD5 hashes of received responses in parallel. :car:

Primary LanguageGo

HTTP Response Hasher

Tests

Tool to request URLs and calculate MD5 hashes of the received responses in parallel.

Disclaimer

This is a toy project made for fun and it will not be supported. It is implemented using only the standard Go library.

Build and Test

To build the project

make build

To run tests

make test

Install

To install

go intsall github.com/ashkarin/httpresphasher@latest

Usage

The tool has only a --parallel parameter to control the number of workers processing the URLs in parallel.

httpresphasher --parallel 2 google.com http://mail.ru

DEMO

asciicast