diff options
author | Emile <hanemile@protonmail.com> | 2020-06-10 15:25:58 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-06-10 15:25:58 +0200 |
commit | cfff58317e4b7e58c516fe146c6d92849d5ab3fc (patch) | |
tree | 2255bf256fd208355f4ce9a912bcc05f2eff782e | |
parent | 1d3369137aaa5ff301822c1c885ed7facfd412ba (diff) |
updated the README
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index e362e06..03db86c 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# reqlog is a simple http server logging the requests made to the server +# reqlog + +A simple http logger logging all requests to the http server that is exposed. + +reset all by sending a request to `/resetall` |