Skip to content

Docs: add multipart/form-data guidance and example - #292

Open
kieled wants to merge 1 commit into
tamasfe:mainfrom
kieled:docs/multipart-guidance
Open

kieled wants to merge 1 commit into
tamasfe:mainfrom
kieled:docs/multipart-guidance

Conversation

@kieled

@kieled kieled commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add "Multipart/form-data" section to axum module docs pointing to aide-axum-typed-multipart-2 and the manual OperationInput approach
  • Add example-axum-multipart example demonstrating typed multipart/form-data with a manual OperationInput wrapper that can be replaced with aide-axum-typed-multipart-2 once it's updated to aide 0.16 + schemars 1.x

Closes #284

Test plan

  • cargo check -p aide compiles
  • cargo check -p example-axum-multipart compiles

Add "Multipart/form-data" section to axum module docs pointing to
aide-axum-typed-multipart-2 and the manual OperationInput approach.

Add example-axum-multipart demonstrating typed multipart/form-data
with a manual OperationInput wrapper that can be replaced with
aide-axum-typed-multipart-2 once it's updated to aide 0.16.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: add multipart/form-data guidance (link/usage example for aide-axum-typed-multipart)

1 participant