tahm

command module
v0.0.0-...-a31ed04 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

README

tahm

test all http methods

Take as input on stdin a list of urls and print on stdout all the status codes and body sizes for HTTP methods.

Install
  • git clone https://github.com/edoardottt/lit-bb-hack-tools
  • cd lit-bb-hack-tools/tahm
  • go build -o tahm
  • sudo cp tahm /usr/bin
Usage

cat urls | tahm

Output
= https://www.example.com/ =
METHOD   STATUS                  SIZE  
GET      200 OK                  1256  
POST     404 Not Found           445   
PUT      404 Not Found           1256  
DELETE   405 Method Not Allowed  0     
HEAD     200 OK                  0     
CONNECT  400 Bad Request         349   
OPTIONS  200 OK                  0     
TRACE    405 Method Not Allowed  0     
PATCH    405 Method Not Allowed  0     
---------------------------

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