module

Athena::Negotiation

The Athena::Negotiation component allows an application to support content negotiation.

Constants

VERSION = "0.2.0"

Class methods

charset_negotiator

Returns a lazily initialized ANG::CharsetNegotiator singleton instance.

Source
encoding_negotiator

Returns a lazily initialized ANG::EncodingNegotiator singleton instance.

Source
language_negotiator

Returns a lazily initialized ANG::LanguageNegotiator singleton instance.

Source
negotiator

Returns a lazily initialized ANG::Negotiator singleton instance.

Source

Nested types