# File lib/oauth/request_proxy/rack_request.rb, line 9 def method request.env["rack.methodoverride.original_method"] || request.request_method end
# File lib/oauth/request_proxy/rack_request.rb, line 17 def parameters if options[:clobber_request] options[:parameters] || {} else params = request_params.merge(query_params).merge(header_params) params.merge(options[:parameters] || {}) end end
Generated with the Darkfish Rdoc Generator 2.