You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
main.go | 2 years ago |
README.md
reqlog
A simple http logger logging all requests to the http server that is exposed.
reset all by sending a POST request to /resetall
Docker
Simple Dockerfile included (multistage build → 24.9MB Image).
$ docker build . -t reqlog
…
$ docker run --rm -p 8085:8085 reqlog