Skip to content

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

Methods

__construct

Constructs the HttpServiceProvider.

public __construct(): mixed

This constructor MUST initialize the internal service provider as an instance of AggregateServiceProvider composed of HTTP-related service providers.


Clone this wiki locally