Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

http-requests

النجوم٠
التفرعات٠
آخر تحديث٥ يوليو ٢٠٢٦ في ١٢:٠٨

Make HTTP requests in Ruby using the http.rb gem (the "http" gem) with its chainable API and pattern matching on responses. Use this skill whenever the user writes Ruby code that calls a REST/HTTP API, fetches a URL, posts JSON or form data, streams a download, or mentions http.rb, HTTP.get, Net::HTTP alternatives, persistent connections, or handling HTTP responses with case/in — even for a one-line request. Also use it when reviewing or refactoring existing Ruby HTTP client code. Prefer http.rb over Net::HTTP for new code unless the user says otherwise.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly