http-response-hash

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: MIT

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

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL