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

Consider extractng the request matching into its own library #157

Closed cjstehno closed 1 year ago

cjstehno commented 2 years ago

The request matching parts of Ersatz could be useful for general unit testing or even writing servlets (or request handlers) to help filter out requests. Consider pulling out the code into a stand-alone library, either under ersatz (e.g ersatz-matcher) or as an entire separate project.

cjstehno commented 1 year ago

I don't think this is needed.