Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ __Arguments__
* header {Object} - header names and values (ex: { "content-type": "application/json" })
* jar {Boolean} - persist cookies in sub-requests
* method {String} - HTTP method (delete, get, post, put)
* timeout {Integer} - maximum number of milliseconds request can take before its killed
* timeout {Integer} - maximum number of milliseconds request can take before its killed. Default: 30000.
* type {String} - encodes body and sets content-type header (form, json)
* url {String} - path or URL
* callback(test) {Function} - test callback
Expand Down Expand Up @@ -519,7 +519,7 @@ __Arguments__

* options {Integer,Object} - port or options
* port {Integer} - port
* timeout {Integer} - maximum number of milliseconds before connection is killed
* timeout {Integer} - maximum number of milliseconds before connection is killed. Default: 30000.
* callback(test) {Function} - test callback

__Example__
Expand Down