Rémy Jeancolas

Results 2 comments of Rémy Jeancolas

Hi @ajshortt, you should check with @quinnlangille, he is the guy mostly in charge of this repo.

@korziee according to [this line](https://github.com/inversify/inversify-express-utils/blob/bd55b72d89697cdd03ad43aff455c8222104a086/src/server.ts#L260), another workaround could be to return a function that would be in charge of piping the stream to the response, something like: ```typescript @httpGet('/') async...