Merge pull request #166 from shurane/patch-1

Show way to run httpbin as a python module.
This commit is contained in:
John Sheehan
2014-12-22 15:52:52 -08:00
+6
View File
@@ -127,6 +127,12 @@ $ pip install httpbin
$ gunicorn httpbin:app
```
Or run it directly:
```bash
$ python -m httpbin.core
```
## Changelog
* 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more.