http-response-hash

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 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/hasher 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

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

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

Directories

Path Synopsis
cmd
hasher command
pkg

Jump to

Keyboard shortcuts

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