Http4kRequestHandler

class Http4kRequestHandler(handler: HttpHandler) : HttpRequestHandler

Exposed to allow for insertion into a customised Apache WebServer instance

Constructors

Link copied to clipboard
constructor(handler: HttpHandler)

Functions

Link copied to clipboard
open override fun handle(request: ClassicHttpRequest, response: ClassicHttpResponse, context: HttpContext)