Skip to content

Commit 428ee8b

Browse files
committed
docs(README): remove wrong rows from result table
1 parent 7cc9161 commit 428ee8b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,21 +209,11 @@ All other options will passed depending on the `method` and `url` options.
209209
<td>Integer</td>
210210
<td>Response status code</td>
211211
</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>
217212
<tr>
218213
<th align=left><code>data</code></th>
219214
<td>Any</td>
220215
<td>The response body as returned from server. If the response is JSON then it will be parsed into an object</td>
221216
</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>
226-
</tr>
227217
</table>
228218

229219
## `request.defaults()`

0 commit comments

Comments
 (0)