]> git.ipfire.org Git - thirdparty/httpx.git/commit
Unify BaseReader and BaseWriter as BaseStream
authorflorimondmanca <florimond.manca@gmail.com>
Tue, 20 Aug 2019 20:53:47 +0000 (22:53 +0200)
committerflorimondmanca <florimond.manca@gmail.com>
Wed, 21 Aug 2019 07:02:54 +0000 (09:02 +0200)
commit14eb81f72d4d744d14cff76c9b30471464587cfd
treed4ff4abbbfb165b5550cee9e7433c8ba58ad5216
parent2e91d8ccddcb7306412916d6731585cd510b4c73
Unify BaseReader and BaseWriter as BaseStream
httpx/__init__.py
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/dispatch/connection.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
tests/dispatch/utils.py