Searched refs:requested_url (Results 1 – 2 of 2) sorted by relevance
35 private $requested_url; variable in SimplePie\\HTTP\\Psr7Response37 …lic function __construct(ResponseInterface $response, string $permanent_url, string $requested_url) argument41 $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);
38 private $requested_url; variable in SimplePie\\HTTP\\RawTextResponse44 $this->requested_url = $filepath;54 return $this->requested_url;