module Athena::Negotiation

Overview

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

Defined in:

abstract_negotiator.cr
athena-negotiation.cr

Constant Summary

VERSION = "0.1.5"

Class Method Summary

Class Method Detail

def self.charset_negotiator #

Returns a lazily initialized ANG::CharsetNegotiator singleton instance.


[View source]
def self.encoding_negotiator #

Returns a lazily initialized ANG::EncodingNegotiator singleton instance.


[View source]
def self.language_negotiator #

Returns a lazily initialized ANG::LanguageNegotiator singleton instance.


[View source]
def self.negotiator #

Returns a lazily initialized ANG::Negotiator singleton instance.


[View source]