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.