docs(requirements): add multipart rings
Add explicit ring fields to multipart requirements without changing behavior. req: multipart/001 req: multipart/002 req: multipart/003
This commit is contained in:
+3
-3
@@ -1233,13 +1233,13 @@ async fn delete(app: State<App>, todo_id: TodoId) -> impl IntoEffect
|
||||
## multipart
|
||||
|
||||
### req: multipart/001
|
||||
001 hemx-axum supports `multipart/form-data` as an integration boundary for file uploads.
|
||||
0 001 hemx-axum supports `multipart/form-data` as an integration boundary for file uploads.
|
||||
|
||||
### req: multipart/002
|
||||
002 Multipart parsing belongs to hemx-axum/axum extractors, not hemx-core.
|
||||
0 002 Multipart parsing belongs to hemx-axum/axum extractors, not hemx-core.
|
||||
|
||||
### req: multipart/003
|
||||
003 File upload forms preserve native browser fallback behavior.
|
||||
0 003 File upload forms preserve native browser fallback behavior.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user