1 个仓库
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.
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.