From 6763d3ffa1a5a6cfde30b8ea3967ad54d7e681fa Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Fri, 16 Sep 2022 22:21:31 +0200 Subject: [PATCH] Add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dd5cad..0c6ed8a 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Webserver that offers an HTML-only interface to Squeak. - Improve error handling: Write functions that turn `Maybe` and `Either` `SpockAction`s that return `4xx` or `5xx`. - Document JSON stuff +- Record times: How long did HTTP requests take?