module Athena::Negotiation
#
The Athena::Negotiation
component allows an application to support content negotiation.
Constants#
VERSION = "0.1.5"
#
Class methods#
.charset_negotiator
#
Returns a lazily initialized ANG::CharsetNegotiator
singleton instance.
.encoding_negotiator
#
Returns a lazily initialized ANG::EncodingNegotiator
singleton instance.
.language_negotiator
#
Returns a lazily initialized ANG::LanguageNegotiator
singleton instance.