From: can Date: Thu, 5 Sep 2019 07:40:06 +0000 (+0300) Subject: added hstspreload in Dependencies docs X-Git-Tag: 0.7.3~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7af2b1a5d1f7c2884d3184f45652f2969a9662c;p=thirdparty%2Fhttpx.git added hstspreload in Dependencies docs --- 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)*