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
·

1 repository

Awesome GitHub RepositoriesInternal Subrequests

The ability to execute one view callable from within another to reuse response logic internally.

Distinct from Internal View Delegation: Focuses on internal application request delegation, not UI delegation or database view materialization.

Explore 1 awesome GitHub repository matching web development · Internal Subrequests. Refine with filters or upvote what's useful.

Awesome Internal Subrequests GitHub Repositories

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

    Pylons/pyramid

    4,086Vezi pe GitHub↗

    Pyramid is a Python web framework and WSGI toolkit designed for building web applications. It functions as a URL routing engine that maps incoming HTTP requests to specific view callables using both pattern-based routing and hierarchical resource tree traversal. The framework is distinguished by its hybrid dispatch system, allowing developers to combine regular expression URL matching with the ability to resolve requests by navigating a tree of nested objects. It implements a flexible component architecture that supports application registry management, deferred configuration execution, and t

    Executes another view callable within the same application to obtain a response object during request processing.

    Pythonpylonspyramidpython
    Vezi pe GitHub↗4,086
  1. Home
  2. Web Development
  3. Internal Subrequests