Request Validation Handler Filter
class RequestValidationHandlerFilter(method: Method, methodHasPathParam: Boolean) : Filter, HttpHandlerExtensions
RequestValidationHandlerFilter class is a filter class that validates the request based on the method and path specified in the Mapping annotation. If the request method or path does not match the Mapping annotation, then it sends the appropriate response to the client.