From 7b1d7e39a33cb44b8e80e05217877531422d3265 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Fri, 13 Oct 2023 18:25:09 +1100 Subject: [PATCH] update docs for response_delay --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e927d3b..f4a65c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,6 +72,7 @@ Possible members of a request object: `false`. - `response_body` - String to send as the response body from the origin. Defaults to the test identifier. +- `response_pause` - Integer number of seconds for the server to pause before generating a response. - `check_body` - Whether to check the response body. Default `true`. - `expected_type` - One of: - `cached`: The response is served from cache