Brandon Byars
Brandon Byars
We have a new requirement to combine the proxy and stub modes in MB. Currently we need to switch between proxy and stub modes when the downstream system is unavailable....
Noticed with mb start, missing --localOnly and --ipWhitelist
Several pages of the docs are in need of an update. Includes the following: * Adding the system daemon docs from the README to the site * Updating or removing...
Supports both manual testers and exploring the API.
See thread here: https://groups.google.com/forum/#!topic/mountebank-discuss/lkrC3VnxV00
It could be something like ```` { "_behaviors": { "stream": { "over": 5000, "every": 100 } } ```` This would finish the response in 5 seconds, but slowly send part...
Need configuration to support multiline regular expressions for the "except" parameter, and to document its use case in proxying. See https://groups.google.com/forum/#!topic/mountebank-discuss/95Vs6xstho8 Would be nice to also find a way to...
Similar predicate matching as XML/JSON, with perhaps some response serializatoin, etc. https://github.com/dcodeIO/protobuf.js
The http request and response objects do not currently support any notion of attachments, which makes recording attachments for mocking and returning them for stubbing not possible.