以下代码从url下载json文件。我想将其转换为ruby代码
$response = file_get_contents($url, false, stream_context_create(array(
"http" => array(
"method" => "GET",
"header" => "Authorization: ". $authorizationHeader ."\r\n".
"Content-Type: application/x-www-form-urlencode\r\n"
)
无法在红宝石中找到合适的方法。对此有任何帮助....