Package-level declarations
Types
Link copied to clipboard
A container for a bunch of relevant utility classes that may be needed when responding to an API call.
Link copied to clipboard
Link copied to clipboard
class Apis(env: Environment, data: Data, logger: Logger, apiInterceptor: suspend (ApiInterceptorContext) -> Response? = null)
The class which manages all API paths and handlers within a Kobweb project.
Link copied to clipboard
interface ApisFactory
An interface for creating an Apis instance.
Link copied to clipboard
An annotation which allows for mapping the current file's package name to a different URL name.