chickadee » multipart-form-data » multipart-form-data-decode

multipart-form-data-decode str-port-or-seq boundary #!optional max-lengthprocedure

Decodes a multipart/form-data encoded body. This procedure requires the boundary token information from the HTTP headers.

Returns an alist: a list of name, value pairs or name, multipart-file pairs if the value was created from an HTML Forms File Input.