Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php
Назад
<?php namespace AmpProject; use AmpProject\Exception\FailedRemoteRequest; /** * Interface for abstracting away the transport that is being used for making remote requests. * * This allows external code to replace the transport and tests to mock it. * * @package ampproject/amp-toolbox */ interface RemoteGetRequest { /** * Do a GET request to retrieve the contents of a remote URL. * * @param string $url URL to get. * @param array $headers Optional. Associative array of headers to send with the request. Defaults to empty array. * @return Response Response for the executed request. * @throws FailedRemoteRequest If retrieving the contents from the URL failed. */ public function get($url, $headers = []); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка