restaumatic / vcr-proxy

Proxy for request, response recording and playback
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Return responses in order, consuming them #3

Closed kozak closed 4 years ago

kozak commented 4 years ago

Introduce a new mode: ReplyStrict - returns matching requests in order

Make it so that endpoint parameter is always required (this makes it easier to switch between Reply/Record mode)