Whether the request was cancelled after it was sent.
Resolve the request by returning an ErrorEvent (e.g. simulating a network failure).
Deliver an arbitrary HttpEvent (such as a progress event) on the response stream for this
request.
Resolve the request by returning a body plus additional HTTP information (such as response headers) if provided.
Both successful and unsuccessful responses can be delivered via flush().
Generated using TypeDoc
A mock requests that was received and is ready to be answered.
This interface allows access to the underlying
HttpRequest, and allows responding withHttpEvents orHttpErrorResponses.