Package io.javalin.http
See: Description
-
Interface Summary Interface Description ExceptionHandler A handler for use with exception. Handler Main interface for endpoint actions. RequestLogger Interface for logging requests. Context Provides access to functions for handling the request and response -
Enum Summary Enum Description ContentType List of mime types for the most common file types. SameSite Value to define the SameSite
property of a cookie.HandlerType The possible Handler types one can use in Javalin. HttpStatus HTTP response status codes indicating whether a specific HTTP request has been successfully completed. -