A type of request processing means this handler expects.
Request processing method signature.
This is a request handler that requires a this
object.
Request processing context containing the necessary means.
Either nothing if the handler completed its work synchronously, or a promise-like instance resolved when the handler completed its work asynchronously.
Generated using TypeDoc
A type of
this
object.