Install with Go
The fastest way to install httpmon is withgo install. You need Go 1.21 or later.
httpmon binary in your $GOPATH/bin directory.
Build from source
Clone the repository and build with Make../httpmon in the project root.
Install httpmon on macOS or Linux
go install. You need Go 1.21 or later.
httpmon binary in your $GOPATH/bin directory.
./httpmon in the project root.