News

Feature Request Is your feature request related to a problem? Please describe. I am using DTOs and class-validator with a GET request endpoint in my controller. The input numeric ID is treated as a ...
We expect a GET request with no body to be handled correctly — either omitted or serialized as null, without causing internal marshaling errors. This is valid behavior in most HTTP contexts.