Files
httpbin/README.md
T
Jesse Lieberg f942a3d422 Update README.md
Add instructions to run since the website keeps going down
2018-07-11 16:53:28 -06:00

715 B

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