Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 742 Bytes

hackney_multipart.md

File metadata and controls

37 lines (17 loc) · 742 Bytes

#Module hackney_multipart#

module to encode/decode forms.

##Function Index##

decode_form/1
encode_form/1encode a list of properties in a form.

##Function Details##

###decode_form/1##

decode_form(X1) -> any()

###encode_form/1##

encode_form(KVs) -> any()

encode a list of properties in a form.