postmanlabs / httpbin

HTTP Request & Response Service, written in Python + Flask.
https://httpbin.org
ISC License
12.8k stars 1.81k forks source link
api http http-server httpbin json python service testing

httpbin(1): HTTP Request & Response Service

A Kenneth Reitz Project.

ice cream

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

Build Status