Middleware

Decorates a Handler, transforming either the request or the response

Functions

Link copied to clipboard
abstract suspend fun <H : Handler<Request, Response>> handle(request: Request, next: H): Response