`response` event to get the response object of the final request.
`response` event to get the response object of the final request.
@ -159,7 +166,6 @@ When in stream mode, you can listen for events:
`error` event emitted in case of protocol error (like `ENOTFOUND` etc.) or status error (4xx or 5xx). The second argument is the body of the server response in case of status error. The third argument is response object.
`error` event emitted in case of protocol error (like `ENOTFOUND` etc.) or status error (4xx or 5xx). The second argument is the body of the server response in case of status error. The third argument is response object.