Skip to content

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.

View source

.encoding_negotiator#

Returns a lazily initialized ANG::EncodingNegotiator singleton instance.

View source

.language_negotiator#

Returns a lazily initialized ANG::LanguageNegotiator singleton instance.

View source

.negotiator#

Returns a lazily initialized ANG::Negotiator singleton instance.

View source