mockserver icon indicating copy to clipboard operation
mockserver copied to clipboard

Allow wildcards for query string parameters

Open KyleW opened this issue 5 years ago • 0 comments

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

KyleW avatar Nov 08 '19 23:11 KyleW