Package-level declarations

TODO

Types

Link copied to clipboard
class ServletFilter(pathHandler: HttpHandler, serverSettings: HttpServerSettings) : HttpFilter
Link copied to clipboard
abstract class ServletServer(handlers: List<HttpHandler> = emptyList(), settings: HttpServerSettings = HttpServerSettings()) : ServletContextListener

Adapter to run a router inside a Servlets container. It is not a standard engine as it is not started/stopped (not passed to an HttpServer).