mockserver
mockserver copied to clipboard
Allow wildcards for query string parameters
Addresses #67 . Allow __
in file names in place of a query param. For example: GET--foo=bar&buz=__.mock
matches GET /?foo=bar&buz=baz
Other changes in this PR:
- fixes a bug with handling post bodies and query params in the same request
- makes query params in file names order agnostic