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

Support non-deterministic order of HTTP requests. #10

@ianwsperber

Description

@ianwsperber

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:

  1. Support providing a callback to match an HTTP request to a mock
  2. 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions