のようなクッキーを追加することは可能ですか
key[index]=value
これが私のコードです
options[:headers][:cookies] = {:cookie_key => 'cookie_value'}
resource[options[:path]].get(options[:headers])
このコードは正常に動作しますが、次のようなものを試してみると
options[:headers][:cookies] = {:cookie_key => {} }
私は得る/../../util.rb:16:in 'unescape': undefined method 'tr' for #<Hash:0x0000000195f7d0> (NoMethodError)