# File lib/faraday/request/oauth.rb, line 7 def call(env) params = env[:body] || {} signature_params = params.reject{ |k,v| v.respond_to?(:content_type) } header = SimpleOAuth::Header.new(env[:method], env[:url], signature_params, @options) env[:request_headers]['Authorization'] = header.to_s @app.call(env) end
Generated with the Darkfish Rdoc Generator 2.