Skip to content

Fancy multipart forms API #14

@sagebind

Description

@sagebind

Add an easy-to-use API for creating a multipart/form-data request body and sending it. This API should allow for referencing one or more file streams as form parts. Allowing for files is tricky as described in #7.

There are a couple existing crates we could make use of:

At first glance, none of these appear to support a fully async writing of forms though, except multipart-async which looks unstable, which is unfortunate.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions