private function requestRel($method, $rel, $options = []) { $href = $this->getPath($rel); return IO::request($method, $href, $options); }