Simple http gateway for micro panda services.
params
- broker
- [allow] - func(req) => result - check if this http request is allowed
- req - node.js http incomingmessage
- result - boolean - if false, return 403
- [prefix] - default to ''
- [logger] - default to logger
returns
- service - a http.Server instance