LICENSE
MANIFEST.in
README.md
setup.py
httpbinx/VERSION
httpbinx/__init__.py
httpbinx/constants.py
httpbinx/helpers.py
httpbinx/main.py
httpbinx/meta.py
httpbinx/schemas.py
httpbinx/utils.py
httpbinx.egg-info/PKG-INFO
httpbinx.egg-info/SOURCES.txt
httpbinx.egg-info/dependency_links.txt
httpbinx.egg-info/requires.txt
httpbinx.egg-info/top_level.txt
httpbinx/examples/__init__.py
httpbinx/routers/__init__.py
httpbinx/routers/anything.py
httpbinx/routers/auth.py
httpbinx/routers/cookies.py
httpbinx/routers/dynamicdata.py
httpbinx/routers/httpmethods.py
httpbinx/routers/images.py
httpbinx/routers/redirects.py
httpbinx/routers/responseformats.py
httpbinx/routers/statuscodes.py
httpbinx/routers/inspection/__init__.py
httpbinx/routers/inspection/request.py
httpbinx/routers/inspection/response.py
httpbinx/static/UTF-8-demo.txt
httpbinx/static/favicon.png
httpbinx/static/images/httbinx_logo.png
httpbinx/static/images/httpbinx_cover.png
httpbinx/static/images/jackal.jpg
httpbinx/static/images/pig_icon.png
httpbinx/static/images/svg_logo.svg
httpbinx/static/images/wolf_1.webp
httpbinx/templates/index.html
httpbinx/templates/moby.html
httpbinx/templates/sample.xml
httpbinx/templates/trackingscripts.html
tests/test_anything.py
tests/test_dynamic_data.py
tests/test_http_methods.py
tests/test_images.py
tests/test_redirects.py
tests/test_request_inspection.py
tests/test_response_formats.py
tests/test_status_codes.py