Skip to content

v0.1.18

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 26 Jul 16:59
· 273 commits to master since this release
  • Features:
    • Add warp::multipart support.

      The warp::multipart::form() filter will extract a FormData type, which is a Stream of Parts. In turn, each Part is a stream of bytes making up its value.