mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
9e9cb84724cfb72e7780a7c37c59468e55bb8f0d
In this commit: - when we see a Transfer-Encoding: chunked request, and the server is gunicorn, we set environ wsgi.input_terminated, which is required by Werkzeug in the absence of Content-Lenght, or it will empty the data stream. - for chunked requests to non-gunicorn, return 501 Not Implemented.
httpbin(1): HTTP Request & Response Service
A Kenneth Reitz Project.
See http://httpbin.org for more information.
Officially Deployed at:
- http://httpbin.org
- https://httpbin.org
- http://eu.httpbin.org
- https://eu.httpbin.org
- https://hub.docker.com/r/kennethreitz/httpbin/
SEE ALSO
Build Status
Languages
Python
77.4%
HTML
22.2%
Dockerfile
0.4%
