diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html new file mode 100644 index 0000000..bde2af1 --- /dev/null +++ b/httpbin/templates/flasgger/index.html @@ -0,0 +1,162 @@ + + +
+ +
+
+
+
+
+
+Freely hosted in HTTP, HTTPS, & EU flavors by Kenneth Reitz & Heroku.
+ +You can install httpbin as a library from PyPI and run it as a WSGI app. For example, using Gunicorn:
+ +$ pip install httpbin
+$ gunicorn httpbin:app
+
+
+$ docker run -p 80:80 kennethreitz/httpbin
+
+
+A Kenneth Reitz project.
+BTC: 1Me2iXTJ91FYZhrGvaGaRDCBtnZ4KdxCug
Hurl.it - Make HTTP requests.
+RequestBin - Inspect HTTP requests.
+ + + +