From: Tom Christie Date: Wed, 9 Feb 2022 16:05:20 +0000 (+0000) Subject: Docs tweaks (#2075) X-Git-Tag: 0.23.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2072aa2361a15b69414b917992366421097d7e98;p=thirdparty%2Fhttpx.git Docs tweaks (#2075) --- diff --git a/README.md b/README.md index 2375c365..23866adb 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ HTTPX is a fully featured HTTP client library for Python 3. It includes **an int command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync and async APIs**. -**Note**: *The 0.21 release includes some improvements to the integrated command-line client. This latest version integrates against a re-designed version of `httpcore`. Both packages ought to automatically update to the required versions, but if you are seeing any issues then you should ensure that you have `httpx==0.21.*` and `httpcore==0.14.*` installed. See [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details.* - --- Install HTTPX using pip: @@ -148,5 +146,6 @@ A huge amount of credit is due to `requests` for the API layout that much of this work follows, as well as to `urllib3` for plenty of design inspiration around the lower-level networking details. -

— ⭐️ —

-

HTTPX is BSD licensed code. Designed & built in Brighton, England.

+--- + +

HTTPX is BSD licensed code.
Designed & crafted with care.

— 🦋 —

diff --git a/docs/index.md b/docs/index.md index bf0eecff..2b3865bb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,10 +23,6 @@ HTTPX HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. - -!!! note - The 0.21 release includes some improvements to the integrated command-line client. This latest version integrates against a re-designed version of `httpcore`. Both packages ought to automatically update to the required versions, but if you are seeing any issues then you should ensure that you have `httpx==0.21.*` and `httpcore==0.14.*` installed. See [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details. - --- Install HTTPX using pip: