: sending requests to an array of stubbed responses This adapter is not intended for production use. Instead it is the backend used by `Client.addMockResponse()` @internal
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
void | void addResponse(IRequest requestForMatch, Response response, Json[string] options = null) | ||||
bool | bool urlMatches(string sentRequestUri, IRequest requestToMock) | ||||
IResponse[] | IResponse[] send(IRequest requestToMatch, Json[string] options = null) |