From 1cba4fe7a94e807acd08b877f5b479d50e5b43b2 Mon Sep 17 00:00:00 2001 From: David Lick Date: Wed, 23 Sep 2020 15:10:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e64a2c1..461f9ee 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ PercFailedResponses = NumberRequestsOverLimit / Limit ## Spec - `GET http://localhost:8080/data` - - A basic response will be returned. The response time will be random between 0ms-500ms. + - A basic response body and 200 OK will be returned. The response time will be random under 1 second. +- `POST http://localhost:8080/click` + - Will return 204 No Content. The response time will be random under 100 milliseconds. - `POST http://localhost:8080/limit` - Change the limit for allowed concurrent requests. The default is 10.