Feature #4093: net/http rdoc improvements http://redmine.ruby-lang.org/issues/show/4093 Author: Mike Perham Status: Open, Priority: Normal Category: DOC I've reworked the main net/http rdoc to fix English grammar and give more examples: * request and response headers * GET with static and dynamic parameters * response status code All of these were actual things that confused me as a new Rubyist trying to figure out how to use net/http. Commits are here: https://github.com/mperham/ruby/commit/7d703620f353788f34d7517e0cf3d42c41e8532a https://github.com/mperham/ruby/commit/af111481dd4b06ba1c2cd7ff82366e822629193e ---------------------------------------- http://redmine.ruby-lang.org