RequestHttpHandler

constructor(resource: BaseController, method: Method, path: String)

Parameters

resource

: The controller that contains the method to be invoked.

method

: The method to be invoked.

path

: The path of the request.