Home > @infiniteobjects/express-cloud-function > ISingleRouteConfig
A route configuration base on a Request Handler
Signature:
export interface ISingleRouteConfig
Property | Modifiers | Type | Description |
---|---|---|---|
handler | RequestHandler | Route Handler | |
method | ‘get’ | ‘post’ | ‘put’ | ‘delete’ | ‘all’ | Request method | |
path | string | Route path |