Tags: mwinb/DocTS
Tags
#6. #7. Fix HttpErrorHandler to function properly as individual decor… …ator. Add ResponseHandler decorator. Update Route decorator to use the ResponseHandler functionality by default. Update RouteParams with handleResponse param (default: true) and responseCode param (default: 200). Update Validator, HttpErrorHandler functionality to return the original method value
#4 Added optional strip field to the ValidateConfig and ValidatorConf… …ig interfaces. Added optional ValidateConfig parameter to the @Validate decorator. The strip field defaults to true. #5 Add isArray and evaluateEachItem fields to the ValidateConfig and updated the @Validate decorator to handle arrays being passed to a request field.