Fast Forward HTTP is a toolkit for building HTTP applications in PHP.

HttpServiceProvider extends AggregateServiceProvider
in package

FinalYes

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.

Table of Contents

Methods

__construct()  : mixed
Constructs the HttpServiceProvider.

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.


        
On this page

Search results