diff --git a/README.md b/README.md index da2bd3806..a0144a064 100644 --- a/README.md +++ b/README.md @@ -209,21 +209,11 @@ All other options will passed depending on the `method` and `url` options. Integer Response status code - - redirect - String - Set to "manual" to extract redirect headers, "error" to reject redirect. Defaults to "follow" - data Any The response body as returned from server. If the response is JSON then it will be parsed into an object - - agent - Node http(s).Agent - For advanced request options in node you can pass in a node Agent (http, https) - ## `request.defaults()`