Package-level declarations

TODO

Types

Link copied to clipboard
class ServletFilter(pathHandler: HttpHandler) : HttpFilter
Link copied to clipboard
abstract class ServletServer(handler: HttpHandler = OnHandler { this }, 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).