Package-level declarations

Types

Link copied to clipboard
class Http4kServletAdapter(handler: HttpHandler)

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
fun HttpHandler.asServlet(): HttpHandlerServlet
Link copied to clipboard
fun Response.transferTo(destination: HttpServletResponse)