MediaWiki REL1_37
|
The MediaWiki-specific implementation of a Shellbox HTTP client. More...
Public Member Functions | |
__construct (HttpRequestFactory $requestFactory, $timeout) | |
Protected Member Functions | |
createClient (RequestInterface $request) | |
modifyRequest (RequestInterface $request) | |
Private Attributes | |
HttpRequestFactory | $requestFactory |
int float | $timeout |
Timeout in seconds. | |
The MediaWiki-specific implementation of a Shellbox HTTP client.
Definition at line 12 of file ShellboxHttpClient.php.
MediaWiki\Shell\ShellboxHttpClient::__construct | ( | HttpRequestFactory | $requestFactory, |
$timeout | |||
) |
HttpRequestFactory | $requestFactory | |
int | float | $timeout |
Definition at line 22 of file ShellboxHttpClient.php.
References MediaWiki\Shell\ShellboxHttpClient\$requestFactory, and MediaWiki\Shell\ShellboxHttpClient\$timeout.
|
protected |
Definition at line 32 of file ShellboxHttpClient.php.
|
protected |
Definition at line 27 of file ShellboxHttpClient.php.
|
private |
Definition at line 14 of file ShellboxHttpClient.php.
Referenced by MediaWiki\Shell\ShellboxHttpClient\__construct().
|
private |
Timeout in seconds.
Definition at line 16 of file ShellboxHttpClient.php.
Referenced by MediaWiki\Shell\ShellboxHttpClient\__construct().