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
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.
0 commit comments