summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-18 10:16:27 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-18 10:16:27 +0800
commit4b0cfdf0eeca46cfccbf9fe42af42f383932c427 (patch)
treeeafc563d53cc6d840d88a9848a88fa67f03cbb9e /docs
parentf8bb6f693b8450f8e049396fd0e7d032ac7acb23 (diff)
downloadcask-4b0cfdf0eeca46cfccbf9fe42af42f383932c427.tar.gz
cask-4b0cfdf0eeca46cfccbf9fe42af42f383932c427.tar.bz2
cask-4b0cfdf0eeca46cfccbf9fe42af42f383932c427.zip
0.1.10.1.1
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/1 - Cask: a Scala HTTP micro-framework.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md
index 4ed5841..dd98dd2 100644
--- a/docs/pages/1 - Cask: a Scala HTTP micro-framework.md
+++ b/docs/pages/1 - Cask: a Scala HTTP micro-framework.md
@@ -81,10 +81,10 @@ via the following coordinates:
```scala
// Mill
-ivy"com.lihaoyi::cask:0.1.0"
+ivy"com.lihaoyi::cask:0.1.1"
// SBT
-"com.lihaoyi" %% "cask" % "0.1.0"
+"com.lihaoyi" %% "cask" % "0.1.1"
```
The `./cask` command is just a wrapper around the
@@ -233,7 +233,7 @@ You can write extra decorator annotations that stack on top of the existing
done by implementing the `cask.Decorator` interface and it's `getRawParams`
function. `getRawParams`:
-- Receives a `ParamContext`, which basically gives you full access to the
+- Receives a `Request`, which basically gives you full access to the
underlying undertow HTTP connection so you can pick out whatever data you
would like