# File lib/restclient/request.rb, line 59
                def net_http_request_class(method)
                        Net::HTTP.const_get(method.to_s.capitalize)
                end