req = Net::HTTP::Post.new(uri.path) req.set_form_data({'name' => 'hoge', 'content' => 'hogehoge'}). ここでPOSTの設定をしています。
確定! 回上一頁