about summary refs log tree commit diff

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).

!bash $ docker build . -t reqlog … $ docker run --rm -p 8085:8085 reqlog