mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
docs: add warning icon for extractor order (#2027)
This commit is contained in:
committed by
David Pedersen
parent
057e099f4c
commit
dc8491b11b
@@ -23,7 +23,7 @@ use std::{
|
||||
|
||||
/// Extractor that parses `multipart/form-data` requests (commonly used with file uploads).
|
||||
///
|
||||
/// Since extracting multipart form data from the request requires consuming the body, the
|
||||
/// ⚠️ Since extracting multipart form data from the request requires consuming the body, the
|
||||
/// `Multipart` extractor must be *last* if there are multiple extractors in a handler.
|
||||
/// See ["the order of extractors"][order-of-extractors]
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user