We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AiohttpHTTPClient
HttpxHTTPClient
1 parent 23b8089 commit 5efeda3Copy full SHA for 5efeda3
1 file changed
solvedac_community/HTTPClients/__init__.py
@@ -18,5 +18,7 @@
18
from .httpclient import ResponseData
19
from .httpclient import Route
20
from .httpclient import get_http_client
21
+from .aiohttp_client import AiohttpHTTPClient
22
+from .httpx_client import HttpxHTTPClient
23
-__all__ = ["AbstractHTTPClient", "RequestMethod", "ResponseData", "Route", "get_http_client"]
24
+__all__ = ["AbstractHTTPClient", "AiohttpHTTPClient", "HttpxHTTPClient","RequestMethod", "ResponseData", "Route", "get_http_client"]
0 commit comments