mefellows / muxy

Chaos engineering tool for simulating real-world distributed system failures
MIT License
823 stars 31 forks source link

Add ability to send back a stub response #8

Open mefellows opened 7 years ago

mefellows commented 7 years ago

In some cases, we don't want the proxy to send the request downstream at all - the ability to return a controlled stub could be useful.

Need to think about this as we don't want to build a stubbing engine either. But in some cases this is much simpler (e.g. send a 401 response)