benoit-scnd
benoit-scnd
## Feature Request A new function named classTransform that converts a given input into an instance of a specific class. The function could have the following signature: ``` typia.classTransform(input: Primitive):...
## Bug Report When using the @TypedBody() decorator, it appears that it's not properly transforming the incoming request body into an instance of the given Request class. ## Steps to...
Hello @samchon , When sending requests that contain multiple typia errors, the API appears to halt and return an error response upon encountering the first error. This behavior means we...