convert/http/query
Functions
pub fn decode(
query: List(#(String, String)),
converter: Converter(a),
) -> Result(a, List(DecodeError))
pub fn decode_value(
of: GlitrType,
) -> fn(List(#(String, String))) ->
Result(GlitrValue, List(DecodeError))
pub fn encode_value(val: GlitrValue) -> List(#(String, String))