Skip to content

Commit

Permalink
reformat list of request object properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 30, 2013
1 parent 8b67513 commit bfdd0ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ about the request for the route.
* routeParams: An object containing the named route parameters.
* params: Combines the route parameters, form parameters, and query string parameters. Precendence for conflicting
names is resolved in the following order: route parameters -> form parameters -> query string parameters.

The request also contains information about the parsed URL:

* hostname: Host part of the URL ex: whiteboard-it.com
* hostName: alias of hostname for those who prefer camel case to being consistent with location object.
* host: Hostname and Port portion of the URL ex: whiteboard-it.com:8080
Expand Down

0 comments on commit bfdd0ff

Please sign in to comment.