DataSift\Storyplayer\DeviceLib\BaseAdapter::applyHttpBasicAuthForHost PHP Method

applyHttpBasicAuthForHost() public method

public applyHttpBasicAuthForHost ( string $hostname, string $url ) : string
$hostname string
$url string
return string
    public function applyHttpBasicAuthForHost($hostname, $url)
    {
        throw new E5xx_NoHttpBasicAuthSupport();
    }