Class Merb::Responder
In: lib/merb-core/controller/mixins/responder.rb
Parent: Object

Methods

parse  

Protected Class methods

Parses the raw accept header into an array of sorted AcceptType objects.

Parameters

accept_header<~to_s>:The raw accept header.

Returns

Array[AcceptType]:The accepted types.

[Validate]