cask.main
package cask.main
Members list
Concise view
Type members
Classlikes
object ErrorMsgs
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ErrorMsgs.type
Defines the main entrypoint and configuration of the Cask web application.
Defines the main entrypoint and configuration of the Cask web application.
You can pass in an arbitrary number of cask.Routes objects for it to serve, and override various properties on Main in order to configure application-wide properties.
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class MainRoutes
object Main
A combination of cask.Main and cask.Routes, ideal for small one-file web applications.
A combination of cask.Main and cask.Routes, ideal for small one-file web applications.
Attributes
- Graph
- Supertypes
trait Routes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class MainRoutes