$ cat httpbin.md
httpbin
httpbin.org is a simple HTTP Request & Response service that provides various endpoints to test different HTTP scenarios. It's essentially a "sandbox" for HTTP operations.
Key Features
- Request Inspection: Examine HTTP request data like headers, form data, and cookies
- Response Formats: Get responses in JSON, XML, HTML and other formats
- Status Codes: Test different HTTP status codes (200, 404, 500, etc.)
- Request Methods: Supports GET, POST, PUT, DELETE, PATCH and other HTTP methods
- Authentication: Test Basic Auth and Bearer Token authentication
- Dynamic Data: Generate random data, delayed responses, and streaming data
Web tool
- Official Site: httpbin
- Source Code: GitHub Repository