Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 514 Bytes

HTTP Gateway

Simple http gateway for micro panda services.

API

buildService

params

  • broker
  • [allow] - func(req) => result - check if this http request is allowed
  • [prefix] - default to ''
  • [logger] - default to logger

returns