mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
59526b0915e2bb4a7ca0ac3b0ff33f39dc4396c9
show_env param in /headers", reverting #457. Fixed #487.
The docstring typo fixes are retained, along with the additional tests,
modified to revert to the original "headers": { dict format.
The reverted change get_dict('headers') -> get_headers() was not required. The
query-string ?show_env=1 was already effective in allowing env headers to be
returned.
This partially reverts commit 31ffe79981.
httpbin(1): HTTP Request & Response Service
A Kenneth Reitz Project.
Run locally:
docker pull kennethreitz/httpbin
docker run -p 80:80 kennethreitz/httpbin
See http://httpbin.org for more information.
Officially Deployed at:
SEE ALSO
Build Status
Languages
Python
77.4%
HTML
22.2%
Dockerfile
0.4%
