@thisismissem I just started. But yes, I will experiment step by step with it. And I have planned to provide NestJS style `@Request` and `@Response` decorators and such, so that the dev can use the context as they need.

Also I might add `@Consumes(mediaType)` and `@Provides(mediaType)` and potentially switch to ` @Get(pathMapping)` and `@RestController(pathMapping)` (which then set the media type to `application/json` by default)

... and stuff like that ...

That's why its private and poc :D