Skip to content

class Athena::Framework::View::FormatNegotiator
inherits Athena::Negotiation::Negotiator #

An extension of ANG::Negotiator that supports resolving the format based on an applications ATH::Bundle::Schema::FormatListener rules.

See the Getting Started docs for more information.

Constructors#

.new(request_store : ATH::RequestStore, mime_types : Hash(String, Array(String)) = Hash(String, Array(String)).new)#

View source

Methods#

#best(header : String, priorities : Indexable(String) | Nil = nil, strict : Bool = false) : HeaderType | Nil#

:inherit: ameba:disable Metrics/CyclomaticComplexity

View source