PathHandler.handle

Handles a request by looking for a mapped handler whose method and pattern match the request's, and letting that handler handle the request. If no match is found, the notFoundHandler will take care of it.

class PathHandler
void
handle

Parameters

ctx HttpRequestContext

The request context.