You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose a Form::into_stream() method on async multipart forms.
The async equivalent of the change in seanmonstar#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 stream functionality mostly implements what we need,
but just isn't publicly accessible. This PR adds a pub method for it.
0 commit comments