#Is there a built-in way to validate a request response?

3 messages · Page 1 of 1 (latest)

dense pecan
#

Similar to the way you can validate the POST data or GET params in a request.

compact jasper
dense pecan
#

basically, if the response doesn't match the DTO then it responds with an error. Similar to the way GraphQL/Apollo validates responses.