Skip to content

Commit 69a0b6f

Browse files
committed
doc/modules/http.request: Document request.hsts
1 parent 8582db9 commit 69a0b6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/modules/http.request.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ The value should be a URI or `false` to turn off proxying for the request.
6363
A [*http.headers*](#http.headers) object of headers that will be sent in the request.
6464

6565

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+
6674
### `request.cookie_store` <!-- --> {#http.request.cookie_store}
6775

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

0 commit comments

Comments
 (0)