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