Skip to content

Make multipart-params/parse-multipart-params public #520

Open
@slipset

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions