mockserver

Mock HTTP server and proxy for testing and development

brewmacoslinux
Try with needOr install directly
Source

About

Mock HTTP server and proxy

Commands

mockserver

Examples

Start MockServer on default port 1080$ mockserver -serverPort 1080
Start MockServer on a custom port with initialization file$ mockserver -serverPort 8080 -initializationJsonPath ./expectations.json
Start MockServer with verbose logging$ mockserver -serverPort 1080 -logLevel DEBUG