en un clic
httpie
HTTPie human-friendly HTTP client. Use for API testing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
HTTPie human-friendly HTTP client. Use for API testing.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | httpie |
| description | HTTPie human-friendly HTTP client. Use for API testing. |
HTTPie started as a CLI (http get example.com) and now includes a beautiful Desktop app (2025). It is famous for its human-friendly syntax.
http POST api.com name=John is faster than curl -X POST -d '{"name":"John"}' ....: for headers (User-Agent:Chrome), = for string data (name=John), := for raw JSON (age:=25).
Persistent sessions (cookies/headers) in CLI. http --session=logged-in API.
Do:
--offline: To inspect how the request would look without sending it.Don't:
curl for JSON: Unless you are pasting to a colleague who doesn't have HTTPie. HTTPie is superior for JSON.