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

https://github.com/pinebit/just-print

A simple HTTP server that prints all HTTP requests
https://github.com/pinebit/just-print

Last synced: 3 months ago
JSON representation

A simple HTTP server that prints all HTTP requests

Awesome Lists containing this project

README

        

# just-print microservice

A simple microservice in Golang that simply prints all the receiving HTTP requests.

## Usage

Just run it `go run .`

Optional flags:

* `port` (default is 3000)
* `headers` (default is false)