Interface HttpServiceInterface

Interface HttpServiceInterface

Direct known implementers

HttpService

Methods summary

public __construct( AbstractHttpContextFactory $httpContextFactory, HttpDispatcherInterface $httpDispatcher )

Initializes the http service.

public getHttpContext( void ) : HttpContextInterface

Returns an instance of an http context object.

public handle( HttpContextInterface $httpContext )

Handles the current http request by the given context.