Categorygithub.com/alebabai/http-response-hash
repository
0.0.1
Repository: https://github.com/alebabai/http-response-hash.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

http-response-hash

A simple tool which makes http requests and prints the address of it along with the hash of the response

build version report coverage tag reference

Getting started

make install
$GOPATH/bin/tool http://google.com

Development

Local

Build application artifacts:

make build

Run tests:

make test

Install application:

make install

Usage

Flags

  • -parallel (default value is 10) to limit the number of parallel requests

Notes

Tool support addresses with and without a schema (http will be used).
Addresses must be space-separated, just like regular command line arguments.

Examples

go run ./cmd/tool google.com twitter.com
$GOPATH/bin/tool https://google.com
$GOPATH/bin/tool -parallel 3 https://google.com facebook.com https://yahoo.com yandex.com twitter.com baroquemusiclibrary.com