api

http4k / org.http4k.server / Http4kRequestHandler

Http4kRequestHandler

class Http4kRequestHandler : HttpRequestHandler

Exposed to allow for insertion into a customised Apache WebServer instance

Constructors

Name Summary
<init> Exposed to allow for insertion into a customised Apache WebServer instanceHttp4kRequestHandler(handler: HttpHandler)

Functions

Name Summary
handle fun handle(request: ClassicHttpRequest, response: ClassicHttpResponse, context: HttpContext): Unit