functions
functions copied to clipboard
Proposal: add support to expose functions on a public domain
Each function could have a new boolean attribute named exposed, besides that, the server could accept connection on a public domain specified by the environment variable.
All exposed function may be accessible onhttp://${EXPOSABLE_HOST}/${namespace}/${functionID}, avoiding to expose the private API on the same domain.