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
Copy file name to clipboardExpand all lines: actix-multipart/README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,18 @@
15
15
16
16
<!-- cargo-rdme start -->
17
17
18
-
Multipart form support for Actix Web.
18
+
Multipart request & form support for Actix Web.
19
+
20
+
The [`Multipart`] extractor aims to support all kinds of `multipart/*` requests, including `multipart/form-data`, `multipart/related` and `multipart/mixed`. This is a lower-level extractor which supports reading [multipart fields](Field), in the order they are sent by the client.
21
+
22
+
Due to additional requirements for `multipart/form-data` requests, the higher level [`MultipartForm`] extractor and derive macro only supports this media type.
0 commit comments