1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
naruse 1c9f703a47 * lib/net/http.rb (Net::HTTPRequest#set_form): Added to support
both application/x-www-form-urlencoded and multipart/form-data.
  There is a similar API, Net::HTTPRequest#set_form_data, but
  to keep its compatibility this is newly added. [ruby-dev:42729]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-13 01:04:37 +00:00
..
.document
ftp.rb * lib/*.rb: Remove unused variable warnings. 2010-11-08 20:59:01 +00:00
http.rb * lib/net/http.rb (Net::HTTPRequest#set_form): Added to support 2010-12-13 01:04:37 +00:00
https.rb * lib/net/http.rb: improve rdoc. 2010-12-01 15:07:35 +00:00
imap.rb * lib/net/imap.rb (xlist): supported the XLIST command, which is an 2010-12-07 08:07:12 +00:00
pop.rb
protocol.rb * lib/net/http.rb (Net::HTTPRequest#set_form): Added to support 2010-12-13 01:04:37 +00:00
smtp.rb * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo. 2010-04-27 09:00:52 +00:00
telnet.rb * lib/net/telnet.rb (Net::Telnet#close): added. 2010-10-21 06:45:33 +00:00