From: "postmodern (Hal Brodigan)" Date: 2013-01-11T13:23:43+09:00 Subject: [ruby-core:51375] [ruby-trunk - Bug #7684][Open] Net::HTTPHeader#set_form_data should accept a String Issue #7684 has been reported by postmodern (Hal Brodigan). ---------------------------------------- Bug #7684: Net::HTTPHeader#set_form_data should accept a String https://bugs.ruby-lang.org/issues/7684 Author: postmodern (Hal Brodigan) Status: Open Priority: Normal Assignee: Category: lib Target version: ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux] I noticed that Net::HTTPHeader#set_form_data does not accept already encoded form-data, but instead passes an Array/Hash down to URI.encode_www_form. -- http://bugs.ruby-lang.org/