5 lines
146 B
Python
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.
|
|
"""
|