Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a
Form::into_reader()
method on blocking multipart forms. (…
…#2524) An example use case is compressing multipart form data with zstd. The entire contents of the payload have to be compressed together, which requires accessing the contents of the `Form`. The existing reader functionality already implements what we need, but just isn't publicly accessible. This PR adds a `pub` method for it.
- Loading branch information