]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop Protocol str enum class in favor of plain old strings
authorTom Christie <tom@tomchristie.com>
Tue, 20 Aug 2019 13:17:26 +0000 (14:17 +0100)
committerTom Christie <tom@tomchristie.com>
Tue, 20 Aug 2019 13:17:26 +0000 (14:17 +0100)
commitdfbfa7c7ec21763518a5f63e3b22c35c27bec64f
treee6da27a9ba6b2f1386509ca87ab23a52da7c20c8
parentb2397ff39d136ed84d07fa9b37e23603c6ea2b09
Drop Protocol str enum class in favor of plain old strings
httpx/__init__.py
httpx/concurrency/asyncio.py
httpx/dispatch/connection.py
httpx/interfaces.py
tests/dispatch/utils.py