Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Multipart support #372

Open
ubnt-intrepid opened this issue Oct 21, 2018 · 0 comments
Open

Multipart support #372

ubnt-intrepid opened this issue Oct 21, 2018 · 0 comments

Comments

@ubnt-intrepid
Copy link
Contributor

ubnt-intrepid commented Oct 21, 2018

let endpoint = path!(@get / "foo"/"bar")
    .and(endpoints::multipart())
    .and_then(|multipart| {
        multipart.for_each(|item| {
            ...
        })
        .and_then(|()| {
            ....
        })
    })
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant