mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
response codes added in RFCs 2817 and 4918. [ruby-core:45547] [Feature #6569] * lib/net/http/responses.rb: Rename Net::HTTPMultipleChoice to Net::HTTPMultipleChoices, leaving the former as alias to the latter for backward compatibitily. [ruby-core:45547] [Feature #6569] * lib/net/http/responses.rb: Add comments about unused, still-in-draft and private extension response codes. [ruby-core:45547] [Feature #6569] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| http | ||
| .document | ||
| ftp.rb | ||
| http.rb | ||
| https.rb | ||
| imap.rb | ||
| pop.rb | ||
| protocol.rb | ||
| smtp.rb | ||
| telnet.rb | ||