# httpbin **Repository Path**: anydev/httpbin ## Basic Information - **Project Name**: httpbin - **Description**: 开源HTTP 请求 / 响应测试服务,采用 Python+Flask 实现,遵循 ISC 开源协议,核心作用是回显所有客户端请求细节,用于调试、测试各类 HTTP 客户端、接口请求逻辑 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-31 - **Last Updated**: 2026-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)