mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
cca6786448
Removed httpbin.org link which is mentioned 3 times in README
32 lines
672 B
Markdown
32 lines
672 B
Markdown
# httpbin(1): HTTP Request & Response Service
|
|
|
|
|
|
A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project.
|
|
|
|

|
|
|
|
Run locally:
|
|
```sh
|
|
docker pull kennethreitz/httpbin
|
|
docker run -p 80:80 kennethreitz/httpbin
|
|
```
|
|
|
|
See http://httpbin.org for more information.
|
|
|
|
## Officially Deployed at:
|
|
|
|
- http://httpbin.org
|
|
- https://httpbin.org
|
|
- https://hub.docker.com/r/kennethreitz/httpbin/
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
- http://requestb.in
|
|
- http://python-requests.org
|
|
- https://grpcb.in/
|
|
|
|
## Build Status
|
|
|
|
[](https://travis-ci.org/requests/httpbin)
|