An open API service indexing awesome lists of open source software.

https://github.com/erickgnavar/hookscli

A simple app to run server an print incoming request data to stdout to be able to inspect it.
https://github.com/erickgnavar/hookscli

golang http

Last synced: about 1 year ago
JSON representation

A simple app to run server an print incoming request data to stdout to be able to inspect it.

Awesome Lists containing this project

README

          

# Hookscli

A simple app to run server an print incoming request data to stdout to be able to inspect it.

## Usage

```shell
go run main.go -port=10000 -host=0.0.0.0
```

This will run a server on port `10000` which listens to `0.0.0.0` network.