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

Multipart support #372

@ubnt-intrepid

Description

@ubnt-intrepid
let endpoint = path!(@get / "foo"/"bar")
    .and(endpoints::multipart())
    .and_then(|multipart| {
        multipart.for_each(|item| {
            ...
        })
        .and_then(|()| {
            ....
        })
    })

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions