HTTP Accept* for Ruby/Rack.
Enables Rack::Accept to be used as a Rack middleware.
# File lib/rack/accept.rb, line 8 def self.new(app, &block) Context.new(app, &block) end
Returns the current version of Rack::Accept as a string.
# File lib/rack/accept/version.rb, line 6 def self.version VERSION.join('.') end
Generated with the Darkfish Rdoc Generator 2.