Pastry v0.2.0 Pastry View Source

Pastry is a Elixir -fork- of ‘Quiche’.

Turn an Array into a query string.

Link to this section Summary

Types

Map or Keyword list

Functions

Converts a given ‘map’ or ‘keyword’ to a query string

Link to this section Types

Link to this type map_or_kw() View Source
map_or_kw() :: map() | Keyword.t()

Map or Keyword list

Link to this section Functions

Link to this function to_query_string(values, opts \\ []) View Source
to_query_string(map_or_kw(), Keyword.t()) :: String.t()

Converts a given ‘map’ or ‘keyword’ to a query string.