Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
slipset opened this issue Jan 12, 2025 · 0 comments
Open

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

slipset opened this issue Jan 12, 2025 · 0 comments

Comments

@slipset
Copy link

slipset commented Jan 12, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant