From 2b83a57fcb81e14252a0922ac2fa5d460f9b06ab Mon Sep 17 00:00:00 2001 From: kou Date: Thu, 13 Jun 2013 14:07:28 +0000 Subject: * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for raw Net::HTTP. [ruby-core:55197] [Feature #8461] Reported by Herwin Weststrate. Thanks!!! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/xmlrpc/client.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb index f213fdf8d1..ced3d0183f 100644 --- a/lib/xmlrpc/client.rb +++ b/lib/xmlrpc/client.rb @@ -188,6 +188,13 @@ module XMLRPC # :nodoc: end + # Returns the Net::HTTP object for the client. If you want to + # change HTTP client options except header, cookie, timeout, + # user and password, use Net::HTTP directly. + # + # Since 2.1.0. + attr_reader :http + # Add additional HTTP headers to the request attr_accessor :http_header_extra -- cgit v1.2.3