httpstatus

command
v0.0.0-...-f9b4428 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

README

HTTPStatus

HTTPStatus takes a list of URLs on stdin and only returns URLs that respond with the specified code.

Usage

$ cat urls.txt 
https://httpstat.us/200
https://httpstat.us/302
https://httpstat.us/500

$ cat urls.txt | ./httpstatus -s 200
https://httpstat.us/200

Installation

$ go get -u github.com/leesoh/hacks/httpstatus

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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