HTTP 测试页面

Features

Supports most of the endpoints from the original httpbin.org, including:

All endpoints accept any HTTP method. Additionally, it includes features not found in the original httpbin:

Frequently Used Endpoints

If you find an endpoint is missing or notice any unexpected behavior, we welcome you to open an issue or submit a pull request.

Development

# clone the repo and install dependencies
git clone https://github.com/jiacai2050/edgebin.git && cd edgebin
npm install

# start development server, listen on http://localhost:8787
npm run dev

# Deploy to Cloudflare Workers
# Make sure to set up your Cloudflare Workers environment first
# https://developers.cloudflare.com/workers/get-started/guide/
npm run deploy

In the future, we may support other edge platforms like Vercel Edge Functions and Deno Deploy.