cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Verify that non-valued query string params supported #80

Closed cjstehno closed 6 years ago

cjstehno commented 6 years ago

Support for urls like http://localhost:10101/foo?bar should be supported (notice the query string with no value). These may already be supported but add a test to double check.

cjstehno commented 6 years ago

Addressed in the next release.