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

add wrap-multipart-params #37

Merged
merged 2 commits into from
Dec 21, 2014
Merged

add wrap-multipart-params #37

merged 2 commits into from
Dec 21, 2014

Conversation

myguidingstar-zz
Copy link
Contributor

Ring has a multipart-params middleware here:
https://github.com/mmcgrana/ring/blob/master/ring-core/src/ring/middleware/multipart_params.clj
Because cljs-http patterns after Ring standard, it should have a multipart-params wrapper in the API

@r0man
Copy link
Owner

r0man commented Nov 22, 2014

Could you add some tests for this as well?

@myguidingstar-zz
Copy link
Contributor Author

As I said in #22, js/FormData object doesn't have method to check for values it's holding, so I can't add unit test

r0man added a commit that referenced this pull request Dec 21, 2014
@r0man r0man merged commit ec8ec1a into r0man:master Dec 21, 2014
@r0man
Copy link
Owner

r0man commented Dec 21, 2014

Thx. Sorry for being a bit late on this.

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

Successfully merging this pull request may close these issues.

None yet

3 participants