Home
last modified time | relevance | path

Searched refs:requested_url (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DPsr7Response.php35 private $requested_url; variable in SimplePie\\HTTP\\Psr7Response
37 …lic function __construct(ResponseInterface $response, string $permanent_url, string $requested_url) argument
41 $this->requested_url = $requested_url;
51 return $this->requested_url;
74 …n new self($this->response->withHeader($name, $value), $this->permanent_url, $this->requested_url);
H A DRawTextResponse.php38 private $requested_url; variable in SimplePie\\HTTP\\RawTextResponse
44 $this->requested_url = $filepath;
54 return $this->requested_url;