Releases: postmanlabs/httpbin
Releases · postmanlabs/httpbin
v0.6.1
Bugfix: 2 Python3 bugs and a weird upload bug
Fix a couple Python3 bugs with the random byte endpoints, fix a bug when uploading files without a Content-Type header set.
Bugfix: Added templates to pypi package
Include Templates and Bump Version to 0.1.1 I forgot to include the templates in setup.py, so httpbin would complain and return a 500 when accessing views that require templates. This fixes that problem by adding them as "data" in setup.py and MANIFEST.in
Python3 support and (re)published on pypi
Merge pull request #138 from matt-hickford/patch-1 Delete spurious empty file `...`