Releases: SpectoLabs/hoverfly
Releases · SpectoLabs/hoverfly
Synthetic Services
- Introduced new modes (more on those in readme):
- synthesize
- modify
- Added admin web UI to change modes, etc.
- Testing
- Middleware now affects --capture mode
Age of Middleware
This release introduces some changes, now we have three modes:
- --capture (to capture)
- --synthesize (all requests are sent to middleware and response is expected to come from middleware, requests are not allowed to propagate further)
- virtualize mode is the default one when you are not supplying mode flags
Biggest change is --middleware support, so now you can write middleware modules in any language, more on this stuff in readme.
Haven't decided yet
Adding HTTPS support + storing response body in string format so users can edit them before importing back.