Package-level declarations

Types

Link copied to clipboard
class LambdaServlet(contentType: String, block: () -> String) : HttpServlet

An HttpServlet that serves the result of a lambda function as the HTTP GET response body.

Link copied to clipboard
class VersionServlet(version: String) : HttpServlet

An HttpServlet that responds to HTTP GET requests with a plain-text version string.