HttpServiceProvider

Class
extends AggregateServiceProvider
Final: Yes

Aggregates and registers HTTP-related service providers. This class SHALL encapsulate the dependencies for HTTP client and message factory services within the container.

Description

It MUST implement the ServiceProviderInterface and MUST delegate factory and extension retrieval to the internal AggregateServiceProvider instance.

Table of Contents

Methods

__construct()

Constructs the HttpServiceProvider.

 : mixed
Methods

__construct()

Public

Constructs the HttpServiceProvider.

public __construct() : mixed

Description

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