From: Seth Michael Larson Date: Tue, 30 Jul 2019 22:47:44 +0000 (-0500) Subject: Expose base classes for alternate backends (#178) X-Git-Tag: 0.7.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33822973c3aacf9e395e276fe3448c4f9ace2be2;p=thirdparty%2Fhttpx.git Expose base classes for alternate backends (#178) --- diff --git a/httpx/__init__.py b/httpx/__init__.py index 8de5276e..fd174412 100644 --- a/httpx/__init__.py +++ b/httpx/__init__.py @@ -34,6 +34,8 @@ from .interfaces import ( AsyncDispatcher, BaseReader, BaseWriter, + BaseBackgroundManager, + BasePoolSemaphore, ConcurrencyBackend, Dispatcher, Protocol,