Serve a fixture as the response body.
If 'forceNetworkError' is truthy, Cypress will destroy the browser connection and send no response. Useful for simulating a server that is not reachable. Must not be set in combination with other options.
HTTP headers to accompany the response.
The HTTP status code to send.
Kilobits per second to send 'body'.
Generated using TypeDoc
Serve a static string/JSON object as the response body.