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 38
RequestFactory setBinary(bool $binary = true)

No description

Parameters

bool $binary

Return Value

RequestFactory

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

No description

Parameters

string|string[] $proxy

Return Value

RequestFactory

at line 58
Request fromGlobals()

Returns new Request instance, using values from superglobals.

Return Value

Request

at line 379
Request createHttpRequest()

No description

Return Value

Request