Skip to content

Commit 26077a9

Browse files
committed
cleanup
1 parent b48897a commit 26077a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,11 @@ over to the outer response.
121121
It must return the new headers object.
122122

123123
##### request
124-
Extended options supported by `http[s].request` method (https://nodejs.org/api/http.html#http_http_request_options_callback)
125-
The following options are dynamically assigned: `method, port, path, hostname, headers, agent`.
124+
Extended options supported by `http[s].request` method (https://nodejs.org/api/http.html#http_http_request_options_callback)
125+
> The following options are dynamically assigned: `method, port, path, hostname, headers, agent`.
126126
127127
##### queryString
128128
Replaces the original querystring of the request with what is specified.
129-
This will get passed to
130-
[`querystring.stringify`](https://nodejs.org/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options).
131129

132130
## Related topics
133131
- http-agent: https://nodejs.org/api/http.html#http_new_agent_options

0 commit comments

Comments
 (0)