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