From aee35bbc718a7ff6553634386b418a0a9a5cc256 Mon Sep 17 00:00:00 2001 From: alexchavez Date: Wed, 8 Jun 2016 13:37:36 -0400 Subject: [PATCH] document-timeout-default-value --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af5558..2dc7ed4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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__