ruby-changes:20193
From: naruse <ko1@a...>
Date: Mon, 27 Jun 2011 00:55:34 +0900 (JST)
Subject: [ruby-changes:20193] naruse:r32241 (trunk): Add news about r30188 (Net::HTTPRequest#set_form).
naruse 2011-06-27 00:55:29 +0900 (Mon, 27 Jun 2011) New Revision: 32241 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32241 Log: Add news about r30188 (Net::HTTPRequest#set_form). Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 32240) +++ NEWS (revision 32241) @@ -164,6 +164,10 @@ http.continue_timeout = 0.5 http.request_post('/continue', 'body=BODY', 'expect' => '100-continue') + * new method: + * Net::HTTPRequest#set_form): Added to support + both application/x-www-form-urlencoded and multipart/form-data. + * openssl * PKey::RSA and PKey::DSA now use the generic X.509 encoding scheme (e.g. used in a X.509 certificate's Subject Public Key Info) when -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/