-
Notifications
You must be signed in to change notification settings - Fork 0
HttpServiceProvider
github-actions edited this page Mar 29, 2026
·
1 revision
Aggregates and registers HTTP-related service providers. This class SHALL encapsulate the dependencies for HTTP client and message factory services within the container.
It MUST implement the ServiceProviderInterface and MUST delegate factory and extension retrieval to the internal AggregateServiceProvider instance.
- Full name:
\FastForward\Http\ServiceProvider\HttpServiceProvider - Parent class:
AggregateServiceProvider - This class is marked as final and can't be subclassed
- This class is a Final class
Constructs the HttpServiceProvider.
public __construct(): mixedThis constructor MUST initialize the internal service provider as an instance of AggregateServiceProvider composed of HTTP-related service providers.