ruby/lib/net
naruse ab70e53ac3 * lib/net/http.rb: adding support to rfc5789 patch verb.
Added a Net::HTTP::Patch class which expects a message body
  and response body. It recycles the post method into a patch one,
  that will send the encoded representation to the server.
  Summarizing, a new class has been created, the post method
  extracted into send_entity, including a new argument,
  which defines which class to use (Post or Patch) and
  finally a patch method was created. [ruby-core:30426]
  Patched by Guilherme Silveira
  <guilherme.silveira AT caelum.com.br>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-06-01 12:30:52 +00:00
..
.document * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() 2004-06-24 23:10:55 +00:00
ftp.rb * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance to 2010-02-06 15:26:20 +00:00
http.rb * lib/net/http.rb: adding support to rfc5789 patch verb. 2010-06-01 12:30:52 +00:00
https.rb * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. 2010-03-20 03:30:59 +00:00
imap.rb * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAP 2010-05-19 14:22:09 +00:00
pop.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
protocol.rb * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is 2009-06-12 21:50:35 +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: don't use simple delegate. 2009-11-12 14:03:03 +00:00