Skip to content

arosstale/pi-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-http

Quick HTTP client for API testing. A pi-coding-agent extension.

Commands

/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

Features

  • 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)

About

HTTP request toolkit — make API calls, test endpoints, inspect responses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors