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: a,
  converter: Converter(a),
) -> List(#(String, String))
pub fn encode_value(val: GlitrValue) -> List(#(String, String))
Search Document