AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 601 forks source link

Add new helper for request param matching on a regEx #309

Open mcarti opened 5 years ago

mcarti commented 5 years ago

New Issue Checklist

Environment

Issue Description

Not an issue but a proposition of a new helper. I use your library for testing my project and I thank you very much, it's very usefull. For our project needs I've written a new helper I called 'containsQueryParamsMatching'. Whereas the existing helper 'containsQueryParams' matches on query parameter string value equality, 'containsQueryParamsMatching' matches on query parameter matching a given RegEx. I'm ready to make a PR if you think this helper is usefull.

jeffctown commented 4 years ago

@mcarti - yes, a PR would be great!