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/