httpListener
Starting point of every Marble.js application. It includes definitions of all middlewares and API effects.
Importing
Type declaration
Parameters
parameter | definition |
config |
|
HttpListenerConfig
parameter | definition |
effects | <optional> |
middlewares | <optional> |
error$ | <optional> |
output$ | <optional> |
Returns
Reader<Context, HttpListener>
Example
http.listener
Last updated