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

Create standalone embedded proxy server #67

Closed cjstehno closed 7 years ago

cjstehno commented 7 years ago

The proxy support added to HttpBuilder-NG has exposed the need for a more realistic yet still simple embedded proxy server. Undertow can be used as a proxy server so it would be nice to provide a simple interface for setting up a small embedded testing proxy server outside of the Ersatz server itself.

cjstehno commented 7 years ago

This has been implemented in developement and will be in the v1.5.0 release.