2011-06-12 23:59:15 -04:00
2011-06-12 23:53:33 -04:00
2011-06-12 21:21:12 -04:00
2011-06-12 22:50:47 -04:00
2011-06-12 23:59:15 -04:00
2011-06-12 18:25:20 -04:00
2011-06-12 23:58:50 -04:00
2011-06-12 22:50:47 -04:00

httpbin(1): HTTP Client Testing Service

ENDPOINTS

/ This page.
/ip Returns Origin IP.
/user-agent Returns user-agent.
/headers Returns header dict.
/get Returns GET data.
/post Returns POST data.
/put Returns PUT data.
/delete Returns DELETE data.
/gzip Returns GZip-encoded data.
/status/:code Returns given HTTP Status code.
/redirect/:n 302 Redirect loop n times.

DESCRIPTION

Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered: /basic-auth/, /deflate/, &c.

All endpoint responses are JSON-encoded.

EXAMPLES

$ curl http://httpbin.org/get

AUTHOR

A Kenneth Reitz Project.

SEE ALSO

https://github.com/kennethreitz/httpbin, http://python-requests.org, http://postbin.org

S
Description
No description provided
Readme ISC 904 KiB
Languages
Python 77.4%
HTML 22.2%
Dockerfile 0.4%