2 dépôts
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.
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.
Sends selected search results directly to download clients via their respective remote API endpoints.