mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
httpbin update
This commit is contained in:
+21
-4
@@ -3,17 +3,34 @@ httpbin(1): HTTP Client Testing Service
|
||||
|
||||
## SYNOPSIS
|
||||
|
||||
`/` This page.
|
||||
`/user-agent` Returns user-agent string.
|
||||
`/headers` Returns header dict.
|
||||
`/get` Returns GET data.
|
||||
`/post` Returns POST data.
|
||||
`/put` Returns PUT data.
|
||||
`/delete` Returns DELETE data.
|
||||
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
## CONFIGURATION
|
||||
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
|
||||
|
||||
## AUTHORS
|
||||
$ curl http://httpbin.com/user-agent
|
||||
|
||||
|
||||
## AUTHOR
|
||||
|
||||
A [Kenneth Reitz](http://kennethreitz.com/pages/open-projects.html)
|
||||
Project.
|
||||
|
||||
## SEE ALSO
|
||||
|
||||
|
||||
|
||||
<http://python-requests.org>, <http://postbin.org>, <https://github.com/tml/postbin>
|
||||
|
||||
Reference in New Issue
Block a user