Skip to content

Commit

Permalink
Added documentation for request pass through.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulton Byrne committed Jan 6, 2016
1 parent 51c9142 commit efcd474
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ Cradle's API builds right on top of Node's asynch API. Every asynch method takes
new(cradle.Connection)('http://living-room.couch', 5984, {
cache: true,
raw: false,
forceSave: true
forceSave: true,
request: {
//Pass through configuration to `request` library for all requests on this connection.
}
});
```

Expand Down

0 comments on commit efcd474

Please sign in to comment.