Skip to content

Age of Middleware

Compare
Choose a tag to compare
@rusenask rusenask released this 04 Dec 14:53
· 3668 commits to master since this release

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.