Module csvkv

Module for parsing DIGEST-MD5 - style k1=v1,k2="v2" content.

Copyright © (C) 2012, Erlang Solutions Ltd.

Description

Module for parsing DIGEST-MD5 - style k1=v1,k2="v2" content

Function Index

format/1
format/2
parse/1

Function Details

format/1

format(Items::[{binary(), binary()}]) -> binary()

format/2

format(Items::[{binary(), binary()}], QMark::boolean()) -> binary()

parse/1

parse(Text::binary()) -> [{binary(), binary()}]


Generated by EDoc