Quick HTTP client for API testing. A pi-coding-agent extension.
/http GET api.github.com/users/arosstale
/http POST localhost:3000/api -d '{"name":"test"}'
/http PUT api.com/items/1 -d '{"updated":true}' -j
/http DELETE api.com/items/1
- Color-coded JSON responses
- Auto-detect JSON content type
- Auto-add https:// prefix
- Status code coloring (green/yellow/red)
- Response time tracking
- Also available as LLM tool (http_request)