httpx/httpcore/dispatch/__init__.py
2019-04-29 11:54:48 +01:00

5 lines
146 B
Python

"""
Dispatch classes handle the raw network connections and the implementation
details of making the HTTP request and receiving the response.
"""