thiagobustamante / typescript-rest

This is a lightweight annotation-based expressjs extension for typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to get all the request object

ptc-choyzer opened this issue · comments

In other library like Nest.js there is an option to get the req object itself (something like @Req), I don't see this option in this library