Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
doc: document the streaming param for request
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Sep 3, 2016
1 parent f11a002 commit 04f418a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ caching logic directly.
* `etag` {String} The cached ETag. Optional.
* `lastModified` {String} The cached Last-Modified timestamp. Optional.
* `follow` {Boolean} Follow 302/301 responses. Optional (default: true).
* `streaming` {Boolean} Stream the request body as it comes, handling error
responses in a non-streaming way.
* `auth` {Credentials} Optional.
* `cb` {Function}
* `error` {Error | null}
Expand Down

0 comments on commit 04f418a

Please sign in to comment.