class RequestFactory

HTTP request factory.

Constants

private internal ValidChars

Properties

$urlFilters

Methods

setBinary(bool $binary = true)

No description

setProxy(string|string[] $proxy)

No description

fromGlobals()

Returns new Request instance, using values from superglobals.

createHttpRequest()

No description

Details

at line 36
RequestFactory setBinary(bool $binary = true)

No description

Parameters

bool $binary

Return Value

RequestFactory

at line 46
RequestFactory setProxy(string|string[] $proxy)

No description

Parameters

string|string[] $proxy

Return Value

RequestFactory

at line 56
Request fromGlobals()

Returns new Request instance, using values from superglobals.

Return Value

Request

at line 377
Request createHttpRequest()

No description

Return Value

Request