!htp #18479 defer parsing of query key-value-pairs
This commit is contained in:
parent
1378fedad0
commit
8f75c97e47
25 changed files with 398 additions and 275 deletions
|
|
@ -199,7 +199,7 @@ class BasicDirectivesExamplesSpec extends RoutingSpec {
|
|||
"textract" in {
|
||||
val pathAndQuery = textract { ctx =>
|
||||
val uri = ctx.request.uri
|
||||
(uri.path, uri.query)
|
||||
(uri.path, uri.query())
|
||||
}
|
||||
val route =
|
||||
pathAndQuery { (p, query) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue