Interface HttpServiceInterface
Interface HttpServiceInterface
Direct known implementers
Package: Http\Interfaces
Category: System
Located at Services/System/Http/Interfaces/HttpServiceInterface.inc.php
Category: System
Located at Services/System/Http/Interfaces/HttpServiceInterface.inc.php
Methods summary
public
__construct( AbstractHttpContextFactory $httpContextFactory, HttpDispatcherInterface $httpDispatcher )
Initializes the http service.
public
handle( HttpContextInterface $httpContext )
Handles the current http request by the given context.