v0.2.2-rc.1

This commit is contained in:
Leo Horie 2015-12-20 09:14:28 -05:00
parent 484a9d6c70
commit 270b20a2b0
110 changed files with 17357 additions and 3070 deletions

View file

@ -254,11 +254,17 @@ where:
- **String key**
The name of a route parameter
The name of a route parameter.
- **returns String value**
The value that maps to the parameter specified by `key`
**Object param()**
- **returns Object params**
An object containing all the route parameters
- <a name="buildQueryString"></a>