From bebcd417a89425743434858a71c83c437bd75f4b Mon Sep 17 00:00:00 2001 From: calamarico Date: Tue, 24 May 2016 12:32:28 +0200 Subject: [PATCH] Adding a simple Response object reference in argument specification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb16bcf87..633dde390 100644 --- a/README.md +++ b/README.md @@ -819,7 +819,7 @@ default in Linux can be anywhere from 20-120 seconds][linux-timeout]). The callback argument gets 3 arguments: 1. An `error` when applicable (usually from [`http.ClientRequest`](http://nodejs.org/api/http.html#http_class_http_clientrequest) object) -2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) object +2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) object (Response object) 3. The third is the `response` body (`String` or `Buffer`, or JSON object if the `json` option is supplied) [back to top](#table-of-contents)