awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesDirective-Based Injections

Mechanisms for injecting transformed request data into handler functions using specialized parameter directives.

Distinct from Request Data Binding: Focuses on framework-level function parameter injection via directives rather than general object binding.

Explore 2 awesome GitHub repositories matching web development · Directive-Based Injections. Refine with filters or upvote what's useful.

Awesome Directive-Based Injections GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hugapi/hugالصورة الرمزية لـ hugapi

    hugapi/hug

    6,883عرض على GitHub↗

    Hug is a Python API framework used for building web services by mapping functions to HTTP endpoints via decorators and type annotations. It functions as a type-based validator that automatically converts and validates incoming request data based on Python type hints and serves as a WSGI-compliant web framework for deployment on production servers. The project is distinguished by its ability to automatically generate API specifications and user-facing documentation derived from function signatures. It further extends the utility of internal logic by exposing functions as terminal commands thro

    Pipes transformed request data or external values into functions using specialized directives as input parameters.

    Python
    عرض على GitHub↗6,883
  • prowlarr/prowlarrالصورة الرمزية لـ Prowlarr

    Prowlarr/Prowlarr

    6,087عرض على GitHub↗

    Sends selected search results directly to download clients via their respective remote API endpoints.

    C#hacktoberfestindexernzb
    عرض على GitHub↗6,087
  1. Home
  2. Web Development
  3. Request Data Binding
  4. Directive-Based Injections

استكشف الوسوم الفرعية

  • Download Client InjectionsSends selected search results directly to download clients via their respective remote API endpoints. **Distinct from Directive-Based Injections:** Distinct from Directive-Based Injections: focuses on injecting search results into external download clients, not transforming request data in handlers.