LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

Add `query_param_contains` #139

Closed taj-p closed 5 months ago

taj-p commented 5 months ago

Description of changes:

I am building a web application that makes requests to Stripe. Stripe queries use a query parameter of the form query=really_long_query+'with':'strange'+values. Adding a query_param_contains matcher to the library simplifies our Mock setup significantly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

LukeMathWalker commented 5 months ago

Thanks!