Update README.md
This commit is contained in:
@@ -18,7 +18,9 @@ PercFailedResponses = NumberRequestsOverLimit / Limit
|
|||||||
## Spec
|
## Spec
|
||||||
|
|
||||||
- `GET http://localhost:8080/data`
|
- `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`
|
- `POST http://localhost:8080/limit`
|
||||||
- Change the limit for allowed concurrent requests. The default is 10.
|
- Change the limit for allowed concurrent requests. The default is 10.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user