ServerRequestFactory
class ServerRequestFactory implements ServerRequestFactoryInterface (View source)
Traits
Properties
protected UriFactoryInterface | $uriFactory | from ServerRequestFactoryTrait | |
protected string | $defaultUserAgent | from ServerRequestFactoryTrait | |
protected string | $scriptPath | from ServerRequestFactoryTrait | |
protected string | $defaultHttpVersion | from ServerRequestFactoryTrait |
Methods
__construct(UriFactoryInterface $uriFactory, string $defaultUserAgent = 'Flow/' . FLOW_VERSION_BRANCH, string $scriptPath = 'index.php', string $defaultHttpVersion = '1.1')
ServerRequestFactory constructor.
ServerRequestInterface
createServerRequest(string $method, $uri, array $serverParams = [])
No description
Details
__construct(UriFactoryInterface $uriFactory, string $defaultUserAgent = 'Flow/' . FLOW_VERSION_BRANCH, string $scriptPath = 'index.php', string $defaultHttpVersion = '1.1')
ServerRequestFactory constructor.
ServerRequestInterface
createServerRequest(string $method, $uri, array $serverParams = [])
No description