awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesNested Sub-Request Executors

Runs a full request-response cycle inside another request to render embedded page fragments like widgets.

Distinct from Request Execution: Distinct from Request Execution: focuses on nested sub-requests within a parent request cycle, not standalone HTTP request execution.

Explore 1 awesome GitHub repository matching networking & communication · Nested Sub-Request Executors. Refine with filters or upvote what's useful.

Awesome Nested Sub-Request Executors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • symfony/http-kernelAvatar de symfony

    symfony/http-kernel

    8,121Voir sur GitHub↗

    HttpKernel is the core kernel component of the Symfony framework that orchestrates the complete HTTP request-response lifecycle. It provides an event-driven pipeline that converts an incoming HTTP request into a matching response by dispatching lifecycle events for early interception, controller resolution, error handling, response modification, and deferred tasks. The kernel automatically resolves the PHP callable that handles a request and injects its arguments using reflection and request attributes. It dispatches attribute-specific events for each PHP attribute found on a controller, enab

    Executes nested sub-requests within a parent request cycle for rendering embedded page fragments.

    PHPcomponentphpsymfony
    Voir sur GitHub↗8,121
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. Nested Sub-Request Executors