Constructors
Methods
query
- query(
request: Request<
ParamsDictionary,
any,
any,
ParsedQs,
Record<string, any>,
>,
response: Response<any, Record<string, any>>,
next: NextFunction,
): void Parameters
- request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
- response: Response<any, Record<string, any>>
- next: NextFunction
Returns void
readme
- readme(
request: Request<
ParamsDictionary,
any,
any,
ParsedQs,
Record<string, any>,
>,
response: Response<any, Record<string, any>>,
next: NextFunction,
): void Parameters
- request: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
- response: Response<any, Record<string, any>>
- next: NextFunction
Returns void
Controller class