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 8582db9 commit 69a0b6fCopy full SHA for 69a0b6f
doc/modules/http.request.md
@@ -63,6 +63,14 @@ The value should be a URI or `false` to turn off proxying for the request.
63
A [*http.headers*](#http.headers) object of headers that will be sent in the request.
64
65
66
+### `request.hsts` <!-- --> {#http.request.hsts}
67
+
68
+The [*http.hsts*](#http.hsts) store that will be used to enforce HTTP strict transport security.
69
+An attempt will be made to add strict transport headers from a response to the store.
70
71
+Defaults to a shared store.
72
73
74
### `request.cookie_store` <!-- --> {#http.request.cookie_store}
75
76
The [*http.cookie.store*](#http.cookie.store) that will be used to find cookies for the request.
0 commit comments