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
- Host: GitHub
- URL: https://github.com/pinebit/just-print
- Owner: pinebit
- Created: 2023-05-06T09:45:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T10:54:16.000Z (about 2 years ago)
- Last Synced: 2025-01-03T06:28:53.294Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)