We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a0b6f commit da01511Copy full SHA for da01511
doc/modules/http.request.md
@@ -71,6 +71,12 @@ An attempt will be made to add strict transport headers from a response to the s
71
Defaults to a shared store.
72
73
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
80
### `request.cookie_store` <!-- --> {#http.request.cookie_store}
81
82
The [*http.cookie.store*](#http.cookie.store) that will be used to find cookies for the request.
0 commit comments