Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkawamoto/go-http-echo
https://github.com/gkawamoto/go-http-echo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkawamoto/go-http-echo
- Owner: gkawamoto
- License: mit
- Created: 2023-03-02T20:01:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T20:07:43.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T04:57:26.953Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-http-echo
Just another echo HTTP server.
## Running
```bash
$ go run main.go
```## Docker
```bash
$ docker run gkawamoto/go-http-echo
```## Why?
I wanted a small, fast, dependency-free echo HTTP server to debug stuff, which I could minimally configure through flags or environment variables:
* Structured logs
* Response status code
* Port to listen onNone of which I could find somewhere else, so here's for whoever else might need it.