gitextract_e47q0qxa/ ├── .dockerignore ├── .gitignore ├── .travis.yml ├── AUTHORS ├── Dockerfile ├── LICENSE ├── MANIFEST.in ├── Pipfile ├── Procfile ├── README.md ├── app.json ├── docker-compose.yml ├── httpbin/ │ ├── VERSION │ ├── __init__.py │ ├── core.py │ ├── filters.py │ ├── helpers.py │ ├── structures.py │ ├── templates/ │ │ ├── UTF-8-demo.txt │ │ ├── flasgger/ │ │ │ └── index.html │ │ ├── footer.html │ │ ├── forms-post.html │ │ ├── httpbin.1.html │ │ ├── index.html │ │ ├── moby.html │ │ ├── sample.xml │ │ └── trackingscripts.html │ └── utils.py ├── now.json ├── runtime.txt ├── setup.cfg ├── setup.py ├── test_httpbin.py └── tox.ini