Mojito.Headers.convert_values_to_string
You're seeing just the function
convert_values_to_string
, go back to Mojito.Headers module for more information.
Specs
Convert non string values to string where is possible.
Example:
iex> Mojito.Headers.convert_values_to_string([{"content-length", 0}])
[{"content-length", "0"}]