You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,21 +209,11 @@ All other options will passed depending on the `method` and `url` options.
209
209
<td>Integer</td>
210
210
<td>Response status code</td>
211
211
</tr>
212
-
<tr>
213
-
<th align=left><code>redirect</code></th>
214
-
<td>String</td>
215
-
<td>Set to <code>"manual"</code> to extract redirect headers, <code>"error"</code> to reject redirect. Defaults to <code>"follow"</code></td>
216
-
</tr>
217
212
<tr>
218
213
<th align=left><code>data</code></th>
219
214
<td>Any</td>
220
215
<td>The response body as returned from server. If the response is JSON then it will be parsed into an object</td>
221
216
</tr>
222
-
<tr>
223
-
<th align=left><code>agent</code></th>
224
-
<td>Node http(s).Agent</td>
225
-
<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>
0 commit comments