This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Description
Currently the order of the mocks must match the order of the HTTP requests. However some applications will have a non-deterministic order of HTTP requests. We could support these apps by:
- Support providing a callback to match an HTTP request to a mock
- Support matching HTTP to a mock by URL, ignoring order (could be configurable).
Would be great to get feedback on usage before making a decision.