Package-level declarations

Types

Link copied to clipboard

Adapts between the Servlet and http4k APIs

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

This is a carbon copy of the standard Servlet classes from the core module, just using the repackaged Jakarta classes

Functions

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