Open
Description
parse-multipart-params
is arguably the smallest building block in the multipart-params
ns.
It would be nice if this fn were public rather than private such that it could be used outside of the provided middleware from that namespace, ie in my code, I'd love to be able to do:
(let [multipart (multipart-params/parse-mulipart-params req)] ...)
This is not a huge concern as multipart-params-request
is public.
Metadata
Assignees
Labels
No labels
Activity