|
8 months ago | |
---|---|---|
Dockerfile | 8 months ago | |
README.md | 8 months ago | |
main.go | 8 months ago |
A simple http logger logging all requests to the http server that is exposed.
reset all by sending a POST request to /resetall
Simple Dockerfile included (multistage build → 24.9MB Image).
$ docker build . -t reqlog
…
$ docker run --rm -p 8085:8085 reqlog