Package-level declarations
Contains Framework Server handlers.
Types
Link copied to clipboard
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.