README

Path: README
Last Update: Wed Feb 09 11:15:34 +0000 2011

Rack::Accept

======

Rack::Accept is a suite of tools for Ruby/Rack applications that eases the complexity of building and interpreting the Accept* family of HTTP request headers.

Some features of the library are:

  * Strict adherence to RFC 2616, specifically section 14
  * Full support for the Accept, Accept-Charset, Accept-Encoding, and
    Accept-Language HTTP request headers
  * May be used as Rack middleware or standalone
  * A comprehensive test suite that covers many edge cases

Installation

[Validate]