Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hapijs/hapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Aug 18, 2014
2 parents da6e261 + ceaa634 commit aadf029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ When creating a server instance, the following options configure the server's be
- <a name="server.config.state"></a>`state` - HTTP state management (cookies) allows the server to store information on the client which is sent back to
the server with every request (as defined in [RFC 6265](https://tools.ietf.org/html/rfc6265)).
- `cookies` - The server automatically parses incoming cookies based on these options:
- `parse` - determines if incoming 'Cookie' headers are parsed and stored in the `request.cookies` object. Defaults to `true`.
- `parse` - determines if incoming 'Cookie' headers are parsed and stored in the `request.state` object. Defaults to `true`.
- `failAction` - determines how to handle cookie parsing errors. Allowed values are:
- `'error'` - return a Bad Request (400) error response. This is the default value.
- `'log'` - report the error but continue processing the request.
Expand Down

0 comments on commit aadf029

Please sign in to comment.