awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSub-Request Executors

Runs a complete request-response cycle inside another request to render embedded page fragments.

Distinct from Request Execution: Distinct from Request Execution: focuses on nesting a full request cycle inside another, not general HTTP request execution.

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

Awesome Sub-Request Executors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • symfony/http-kernelsymfony 的头像

    symfony/http-kernel

    8,121在 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

    Runs a complete request-response cycle inside another request to render embedded page fragments.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗8,121
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. Sub-Request Executors