Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postmanlabs/httpbin
HTTP Request & Response Service, written in Python + Flask.
https://github.com/postmanlabs/httpbin
api http http-server httpbin json python service testing
Last synced: 7 days ago
JSON representation
HTTP Request & Response Service, written in Python + Flask.
- Host: GitHub
- URL: https://github.com/postmanlabs/httpbin
- Owner: postmanlabs
- License: isc
- Created: 2011-05-20T21:14:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T07:51:48.000Z (5 months ago)
- Last Synced: 2024-08-04T22:09:34.331Z (3 months ago)
- Topics: api, http, http-server, httpbin, json, python, service, testing
- Language: Python
- Homepage: https://httpbin.org
- Size: 732 KB
- Stars: 12,614
- Watchers: 241
- Forks: 1,800
- Open Issues: 187
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome-starred - httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- awesome - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- awesome-ccamel - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- awesome - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- awesome-starz - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- awesome-starred - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (json)
- awesome-starts - postmanlabs/httpbin - HTTP Request & Response Service, written in Python + Flask. (Python)
- StarryDivineSky - postmanlabs/httpbin
README
# httpbin(1): HTTP Request & Response Service
A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project.
![ice cream](http://farm1.staticflickr.com/572/32514669683_4daf2ab7bc_k_d.jpg)
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
[![Build Status](https://travis-ci.org/requests/httpbin.svg?branch=master)](https://travis-ci.org/requests/httpbin)