Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 508 Bytes

HTTP CLIgo

a simple http cli tool in Go for basic/custom requests, testing, debugging, etc.

Installation

To install this package, navigate to your main directory and use:

go get github.com/jonathanc-n/hpgo

Import this in your main.go file:

"github.com/jonathanc-n/hpgo/cmd"

Commands

For more information on the different commands refer to the documentation here.