From 4b0cfdf0eeca46cfccbf9fe42af42f383932c427 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 18 Aug 2018 10:16:27 +0800 Subject: 0.1.1 --- docs/pages/1 - Cask: a Scala HTTP micro-framework.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3