mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
readme update
This commit is contained in:
@@ -11,16 +11,16 @@ httpbin(1): HTTP Client Testing Service
|
||||
`/post` Returns POST data.
|
||||
`/put` Returns PUT data.
|
||||
`/delete` Returns DELETE data.
|
||||
`/gzip` Returns GZip-encoded data.
|
||||
`/gzip` Returns gzip-encoded data.
|
||||
`/status/:code` Returns given HTTP Status code.
|
||||
`/redirect/:n` 302 Redirect loop *n* times.
|
||||
`/redirect/:n` 302 Redirects *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*.
|
||||
scenarios. Additional endpoints are being considered: `/basic-auth`, `/deflate`, *&c*.
|
||||
|
||||
All endpoint responses are JSON-encoded.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user