summaryrefslogtreecommitdiff
path: root/cask/src/cask/package.scala
diff options
context:
space:
mode:
Diffstat (limited to 'cask/src/cask/package.scala')
-rw-r--r--cask/src/cask/package.scala8
1 files changed, 2 insertions, 6 deletions
diff --git a/cask/src/cask/package.scala b/cask/src/cask/package.scala
index 06d9738..cd1a8e5 100644
--- a/cask/src/cask/package.scala
+++ b/cask/src/cask/package.scala
@@ -2,10 +2,10 @@ package object cask {
// model
type Response = model.Response
val Response = model.Response
- type Abort = model.Abort
val Abort = model.Abort
- type Redirect = model.Redirect
val Redirect = model.Redirect
+ val StaticFile = model.StaticFile
+ val StaticResource = model.StaticResource
type FormEntry = model.FormEntry
val FormEntry = model.FormEntry
type FormValue = model.FormValue
@@ -14,12 +14,8 @@ package object cask {
val FormFile = model.FormFile
type Cookie = model.Cookie
val Cookie = model.Cookie
- type Subpath = model.Subpath
- val Subpath = model.Subpath
type Request = model.Request
val Request = model.Request
- type ParamContext = model.ParamContext
- val ParamContext = model.ParamContext
// endpoints
type websocket = endpoints.websocket