File manager - Edit - /home/adiance/public_html/wp-content/plugins/amp/vendor/ampproject/common/src/RemoteGetRequest.php
Back
<?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/common */ interface RemoteGetRequest { /** * Do a GET request to retrieve the contents of a remote URL. * * @param string $url URL to get. * @return Response Response for the executed request. * @throws FailedRemoteRequest If retrieving the contents from the URL failed. */ public function get($url); }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings