如何将以下PHP代码转换为ruby代码

时间:2014-03-02 13:57:13

标签: php ruby

以下代码从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"
        )

无法在红宝石中找到合适的方法。对此有任何帮助....

0 个答案:

没有答案