Class HttpService

Class HttpService

HttpService implements HttpServiceInterface
Package: Http
Category: System
Implements: HttpServiceInterface
Located at Services/System/Http/HttpService.inc.php

Methods summary

public __construct( AbstractHttpContextFactory $httpContextFactory, HttpDispatcherInterface $httpDispatcher )

Initializes the http service.

public getHttpContext( void ) : HttpContextInterface

Creates and returns a new instance of an http context object.

public handle( HttpContextInterface $httpContext )

Handles the current http request by the given context.

Properties summary