From: "drbrain (Eric Hodel)" Date: 2013-02-17T17:34:33+09:00 Subject: [ruby-core:52362] [ruby-trunk - Feature #7684] Net::HTTPHeader#set_form_data should accept a String Issue #7684 has been updated by drbrain (Eric Hodel). Tracker changed from Bug to Feature If it didn't work this way before I think it is a feature request. ---------------------------------------- Feature #7684: Net::HTTPHeader#set_form_data should accept a String https://bugs.ruby-lang.org/issues/7684#change-36412 Author: postmodern (Hal Brodigan) Status: Open Priority: Normal Assignee: naruse (Yui NARUSE) Category: lib Target version: next minor 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/