بنقرة واحدة
httpie
HTTPie human-friendly HTTP client. Use for API testing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
HTTPie human-friendly HTTP client. Use for API testing.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.