v0.1.18
- Features:
-
Add
warp::multipart
support.The
warp::multipart::form()
filter will extract aFormData
type, which is aStream
ofPart
s. In turn, eachPart
is a stream of bytes making up its value.
-
Add warp::multipart
support.
The warp::multipart::form()
filter will extract a FormData
type, which is a Stream
of Part
s. In turn, each Part
is a stream of bytes making up its value.