MANIFEST.in
README.txt
setup.py
docs/COPYRIGHT.txt
docs/CREDITS.txt
docs/HISTORY.txt
docs/LICENSE.txt
src/horseman/__init__.py
src/horseman/http.py
src/horseman/meta.py
src/horseman/response.py
src/horseman/types.py
src/horseman.egg-info/PKG-INFO
src/horseman.egg-info/SOURCES.txt
src/horseman.egg-info/dependency_links.txt
src/horseman.egg-info/not-zip-safe
src/horseman.egg-info/requires.txt
src/horseman.egg-info/top_level.txt
src/horseman/parsers/__init__.py
src/horseman/parsers/multipart.py
tests/test_cookies.py
tests/test_parser.py
tests/test_query.py
tests/test_response.py
tests/parsing/test_json.py
tests/parsing/test_multipart.py
tests/parsing/test_urlencoded.py