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:
slhx agent
2026-06-25 18:07:32 +02:00
parent b4833de441
commit 5a05ef8fbd
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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.
---