Request Baskets
A web service to collect and inspect arbitrary HTTP requests. Create a basket, send requests to its unique URL, and review all collected requests via the web UI or REST API.
What You Can Do After Deployment
- Visit your domain — the Request Baskets dashboard is ready immediately
- Create a basket — click "Create" to get a unique URL endpoint
- Send requests — send any HTTP request (GET, POST, PUT, etc.) to the basket URL
- Inspect requests — view headers, body, method, and query parameters of every collected request
- Use the REST API — programmatically manage baskets and retrieve collected requests
Key Features
- Collect any HTTP request (all methods, headers, and bodies)
- Web UI for reviewing collected requests
- REST API for programmatic access
- Configurable response for basket endpoints
- Request forwarding to other URLs
- Auto-expandable capacity per basket
- No database required (in-memory storage)
License
MIT — GitHub