Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from danmilon/master
Browse files Browse the repository at this point in the history
Update docs with headers option
  • Loading branch information
dannycoates committed Sep 7, 2012
2 parents 70e9576 + 9160f70 commit 6fccb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ pool.request(
{ path: undefined // the request path (required)
, method: 'GET'
, data: undefined // request body, may be a string, buffer, or stream
, headers: {} // extra http headers to send
, retryFilter: undefined // see below
, attempts: pool.length // or at least 2, at most 5
, retryDelay: 20 // retries wait with exponential backoff times this number of ms
Expand Down

0 comments on commit 6fccb8f

Please sign in to comment.