Clones the current Response instance.
public function __clone() { $this->headers = clone $this->headers; }