Readme move

This commit is contained in:
Kenneth Reitz
2011-06-12 23:17:49 -04:00
parent 2d505e0bb5
commit adf2704081
2 changed files with 0 additions and 48 deletions
-40
View File
@@ -1,40 +0,0 @@
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 is fantastic
for testing POST requests, but not much else. This will cover everything.
Plans at the moment are to return JSON for all responses. Request storage
/ aggregation may or may not exist. We'll see.
## EXAMPLES
$ curl http://httpbin.org/get
## AUTHOR
A [Kenneth Reitz](http://kennethreitz.com/pages/open-projects.html)
Project.
## SEE ALSO
<https://github.com/kennethreitz/httpbin>, <http://python-requests.org>, <http://postbin.org>