httpoison_form_data v0.1.2 FormData.Formatters behaviour
This module defines the FormData.Formatters
behaviour.
Link to this section Summary
Callbacks
This function takes the stream output from FormData.to_form
’s recursion and
a keyword list of options and produces the end-result desired (for example, a
string)
Link to this section Callbacks
Link to this callback
output(data, options)
output(data :: Enumerable.t, options :: keyword(boolean)) :: any
This function takes the stream output from FormData.to_form
’s recursion and
a keyword list of options and produces the end-result desired (for example, a
string).