Returns a new instance of Request.
35 36 37 38
# File 'lib/rack/oauth2/server/resource.rb', line 35 def initialize(env) @env = env @auth_header = Rack::Auth::AbstractRequest.new(env) end