/**
  * Constructor.
  *
  * @param string $href Url to fetch.
  */
 public function __construct($href)
 {
     $this->href = MakeRequestOptions::validateUrl($href);
 }