CustomRoute
Defined in: src/receivers/custom-routes.ts:5
Properties
handler
handler: (req, res) => void;
Defined in: src/receivers/custom-routes.ts:8
Parameters
req
ParamsIncomingMessage
res
ServerResponse
Returns
void
method
method: string | string[];
Defined in: src/receivers/custom-routes.ts:7
path
path: string;
Defined in: src/receivers/custom-routes.ts:6