Request Http Handler
class RequestHttpHandler(resource: BaseController, method: Method, path: String) : HttpHandler, HttpHandlerExtensions
This class is responsible for handling the request and invoking the method of the controller that corresponds to the request.
Parameters
resource
: The controller that contains the method to be invoked.
method
: The method to be invoked.
path
: The path of the request.