Update README.md

This commit is contained in:
Tom Christie 2019-05-09 10:57:23 +01:00 committed by GitHub
parent fe7d30990a
commit 84b9691f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,9 @@ Alternatively, thread-synchronous requests:
* `rfc3986` - URL parsing & normalization.
* `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)*
Additionally, credit is due to for `urllib3` for plenty of design inspiration.
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.
---