]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
added hstspreload in Dependencies docs 315/head
authorcan <cansarigol@derinbilgi.com.tr>
Thu, 5 Sep 2019 07:40:06 +0000 (10:40 +0300)
committercan <cansarigol@derinbilgi.com.tr>
Thu, 5 Sep 2019 07:40:06 +0000 (10:40 +0300)
README.md
docs/index.md

index 1180ae8a7153b6269f1117ac1cc38dcdfd00ed26..067cacf1bd9b2bc219648e89fddc085830769c02 100644 (file)
--- 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)*
index 949de8258410b0a333dc070f3009a5c04e622c87..b67f8f097f8dd4424464c84efe09b200fc225d0b 100644 (file)
@@ -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)*