Skip to content

Commit

Permalink
Merge pull request #3331 from jmm/request-path-docs
Browse files Browse the repository at this point in the history
Correct request.path docs
  • Loading branch information
hueniverse authored Aug 31, 2016
2 parents db98dbb + f593d03 commit f502385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@ Each request object includes the following properties:
[Path parameters](#path-parameters).
- `paramsArray` - an array containing all the path `params` values in the order they appeared in
the path.
- `path` - the request URI's path component.
- `path` - the request URI's [pathname](https://nodejs.org/api/url.html#url_urlobject_pathname) component.
- `payload` - the request payload based on the route `payload.output` and `payload.parse` settings.
- `plugins` - plugin-specific state. Provides a place to store and pass request-level plugin data.
The `plugins` is an object where each key is a plugin name and the value is the state.
Expand Down

0 comments on commit f502385

Please sign in to comment.