From: Tom Christie Date: Thu, 4 Apr 2019 17:31:08 +0000 (+0100) Subject: Update README X-Git-Tag: 0.0.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ec665eaac2c668c3a01a70f864dbc1749ec49c;p=thirdparty%2Fhttpx.git Update README --- diff --git a/README.md b/README.md index 0b95c647..20d0ffac 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ of it, and exposes only plain datastructures that reflect the network response. * Trio support is something that could *potentially* come later, but it needs to be a secondary consideration. * I think all the functionality required is stubbed out in the API, with two exceptions. - 1. I've not yet added any proxy configuration API. Haven't looked into that enough - yet. 2. I've not yet added any retry configuration API, since I havn't really + (1) I've not yet added any proxy configuration API. Haven't looked into that enough + yet. (2) I've not yet added any retry configuration API, since I havn't really looked enough into which side of requests vs. urllib3 that sits on, or exactly how urllib3 tackles retries, etc. * I'd be planning to prioritize working on this from Mon 15th April. I don't think