LICENSE
README.md
setup.py
httpinsert/__init__.py
httpinsert/formatter.py
httpinsert/headers.py
httpinsert/insertion_points.py
httpinsert/request.py
httpinsert.egg-info/PKG-INFO
httpinsert.egg-info/SOURCES.txt
httpinsert.egg-info/dependency_links.txt
httpinsert.egg-info/requires.txt
httpinsert.egg-info/top_level.txt
httpinsert/location/__init__.py
httpinsert/location/body.py
httpinsert/location/cookies.py
httpinsert/location/headers.py
httpinsert/location/location.py
httpinsert/location/manual.py
httpinsert/location/method.py
httpinsert/location/path.py
httpinsert/location/query.py
httpinsert/location/version.py
httpinsert/location/content_types/__init__.py
httpinsert/location/content_types/body_form_urlencoded.py
httpinsert/location/content_types/body_json.py
httpinsert/location/content_types/body_xml.py
tests/__init__.py
tests/insertion_tests.py
tests/test_insertion.py
tests/location/__init__.py
tests/location/conftest.py
tests/location/test_locations.py