From c7af2b1a5d1f7c2884d3184f45652f2969a9662c Mon Sep 17 00:00:00 2001 From: can Date: Thu, 5 Sep 2019 10:40:06 +0300 Subject: [PATCH] added hstspreload in Dependencies docs --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1180ae8a..067cacf1 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ The httpx project relies on these excellent libraries: * `h11` - HTTP/1.1 support. * `certifi` - SSL certificates. * `chardet` - Fallback auto-detection for response encoding. +* `hstspreload` - determines whether IDNA-encoded host should be only accessed via HTTPS. * `idna` - Internationalized domain name support. * `rfc3986` - URL parsing & normalization. * `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)* diff --git a/docs/index.md b/docs/index.md index 949de825..b67f8f09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -96,6 +96,7 @@ The HTTPX project relies on these excellent libraries: * `h11` - HTTP/1.1 support. * `certifi` - SSL certificates. * `chardet` - Fallback auto-detection for response encoding. +* `hstspreload` - determines whether IDNA-encoded host should be only accessed via HTTPS. * `idna` - Internationalized domain name support. * `rfc3986` - URL parsing & normalization. * `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)* -- 2.47.3