Skip to content

Multipart Forms #21

Description

@DaneSlattery

Feature request for multi part forms support. This crate comes the closest out of the many that I have tried, but requires stream support to be implemented for a connection/request. I hacked it together with sans_io, but I cannot get the bytes::Bytes to be cast from the buffer type &[u8]

I have also tried:

  1. multipart but this only supports std::io::Read and is no longer in development.
  2. axum multipart, but this requires futures_util::stream::StreamExt.
  3. actix_multipart but this requires `futures_core::stream::Stream

Are there any plans for an embedded-io-async approach for this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions