Files
requests3/requests/core/http_manager/response.py
T
kennethreitz c9a188add2 requests core
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-16 18:16:55 -04:00

4 lines
131 B
Python

from ._sync.response import DeflateDecoder, GzipDecoder, HTTPResponse
__all__ = ['DeflateDecoder', 'GzipDecoder', 'HTTPResponse']