awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hugapi/hugAvatar hugapi

    hugapi/hug

    6,883Vezi pe 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
    Vezi pe GitHub↗6,883
  • prowlarr/prowlarrAvatar Prowlarr

    Prowlarr/Prowlarr

    6,087Vezi pe GitHub↗

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

    C#hacktoberfestindexernzb
    Vezi pe GitHub↗6,087
  1. Home
  2. Web Development
  3. Request Data Binding
  4. Directive-Based Injections

Explorează sub-etichetele

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