Package-level declarations

Types

Link copied to clipboard

Adapts between the Servlet and http4k APIs

Link copied to clipboard
class HttpHandlerServlet(handler: HttpHandler) : HttpServlet

Simple servlet which wraps an http4k HttpHandler

Functions

Link copied to clipboard
fun HttpServletRequest.asHttp4kRequest(): Request
Link copied to clipboard
Link copied to clipboard
fun Response.transferTo(destination: HttpServletResponse)