Type of the Req decorator
Injects the express request object into controller handler
class ExampleController { @Get('/') index(@Req() req : Express.Request) { } }
Generated using TypeDoc
Type of the Req decorator