Skip to content

Commit da01511

Browse files
committed
doc/modules/http.request: Document request.proxies
1 parent 69a0b6f commit da01511

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/modules/http.request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ An attempt will be made to add strict transport headers from a response to the s
7171
Defaults to a shared store.
7272

7373

74+
### `request.proxies` <!-- --> {#http.request.proxies}
75+
76+
The [*http.proxies*](#http.proxies) object used to select a proxy for the request.
77+
Only consulted if `request.proxy` is `nil`.
78+
79+
7480
### `request.cookie_store` <!-- --> {#http.request.cookie_store}
7581

7682
The [*http.cookie.store*](#http.cookie.store) that will be used to find cookies for the request.

0 commit comments

Comments
 (0)