module Rack::AcceptHeaders

Constants

VERSION

Public Class Methods

new(app, &block) click to toggle source

Enables Rack::AcceptHeaders to be used as a Rack middleware.

# File lib/rack/accept_headers.rb, line 13
def self.new(app, &block)
  Context.new(app, &block)
end