types_src.yamlconfig.expresshandler
#
Interface: ExpressHandlertypes/src.YamlConfig.ExpressHandler
#
Table of contents#
Properties#
Properties#
handler• handler: string
Path of the handler's code
Defined in: packages/types/src/config.ts:132
#
method• Optional
method: GET | POST | DELETE | PATCH
HTTP Method that the handler will control (Allowed values: GET, POST, DELETE, PATCH)
Defined in: packages/types/src/config.ts:136
#
path• path: string
Path that the handler will control
Defined in: packages/types/src/config.ts:128