Skip to content

Commit

Permalink
docs(README): remove wrong rows from result table
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 25, 2018
1 parent 7cc9161 commit 428ee8b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,21 +209,11 @@ All other options will passed depending on the `method` and `url` options.
<td>Integer</td>
<td>Response status code</td>
</tr>
<tr>
<th align=left><code>redirect</code></th>
<td>String</td>
<td>Set to <code>"manual"</code> to extract redirect headers, <code>"error"</code> to reject redirect. Defaults to <code>"follow"</code></td>
</tr>
<tr>
<th align=left><code>data</code></th>
<td>Any</td>
<td>The response body as returned from server. If the response is JSON then it will be parsed into an object</td>
</tr>
<tr>
<th align=left><code>agent</code></th>
<td>Node http(s).Agent</td>
<td>For advanced request options in node you can pass in a node Agent (<a href="https://nodejs.org/api/http.html#http_class_http_agent">http</a>, <a href="https://nodejs.org/api/https.html#https_class_https_agent">https</a>)</td>
</tr>
</table>

## `request.defaults()`
Expand Down

0 comments on commit 428ee8b

Please sign in to comment.