api

http4k / org.http4k.server / Http4kApache4RequestHandler

Http4kApache4RequestHandler

class Http4kApache4RequestHandler : 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 instanceHttp4kApache4RequestHandler(handler: HttpHandler)

Functions

Name Summary
handle fun handle(request: HttpRequest, response: HttpResponse, context: HttpContext): Unit