Skip to content

Customizeable Request matching

Compare
Choose a tag to compare
@Tabueeee Tabueeee released this 20 Jan 13:00
· 17 commits to master since this release

Feature
Interfaces allow you to create your own Request- Spy/Faker/Blocker to filter responses further or map responses to requests by headers like method.

Changes

  • added new class RequestBlocker for more control of which requests are blocked
  • introduced interfaces for Request- Spy/Faker/Blocker
  • If a request matches is now determined by the Request- Spy/Faker/Blocker
  • updated documentation, types and examples
  • simplified build-steps
  • added contributing information to the repository