Opentuned
Opentuned
In a similar vein, how does one handle parsing requests types. Previously I would assign and type cast the incoming request in the body of route that would allow me...
regarding the above 👆 Ignore me, i had overlooked your examples, for the benefit of others though here was how to capture potential parsing of request types... ``` data class...
Just to note, it looks like the `CallerMarshalFunc` func singature has changed but the above would still work using: ``` func(_ uintptr, file string, line int) ```