Liberator.Resource.charset_available-question-mark
You're seeing just the callback
charset_available-question-mark
, go back to Liberator.Resource module for more information.
Specs
charset_available?(Plug.Conn.t()) :: true | false
Check of the requested charset is available.
By default, uses the values returned by available_charsets/1
,
and returns a map with the key :charset
set to the negotiated charset,
which will be merged into conn.assigns
.