Skip to content

HTTP Request & Response Service, written in Python + Flask.

License

Notifications You must be signed in to change notification settings

bmmcginty/httpbin

 
 

Repository files navigation

httpbin(1): HTTP Request & Response Service

Quickstart

pip3 install pipfile-requirements
pipfile2req | pip3 install -r /dev/stdin
pip3 install markupsafe jsonschema
PYTHONPATH=. python -m httpbin

Original

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

About

HTTP Request & Response Service, written in Python + Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • HTML 22.1%
  • Other 0.4%