Updates the HttpDownloader instance. Mainly useful for tests.
@internal
public function setHttpDownloader(HttpDownloader $httpDownloader) : void { $this->httpDownloader = $httpDownloader; }