Skip to main content
Run any Skill in Manus
with one click

axum

Stars2
Forks0
UpdatedMay 4, 2026 at 21:07

Comprehensive guide for building web applications and APIs with the axum Rust framework (by tokio-rs). Use this skill whenever the user wants to: build web servers, REST APIs, or HTTP services in Rust using axum; set up routing with path parameters, nested routers, fallbacks, or method routing; use request extractors (Path, Query, Json, Form, Bytes, String, HeaderMap, State, Extension, WebSocket, Multipart, Cookie); create response types with IntoResponse; implement middleware with middleware::from_fn or tower layers; manage application state with State and FromRef; handle errors with custom IntoResponse implementations; work with WebSocket connections for real-time features; serve Server-Sent Events (SSE); handle multipart form uploads; manage cookies (signed, private, or plain); serve static files; configure CORS, tracing, compression, timeouts, and other tower-http layers; set up graceful shutdown; migrate from axum 0.7 to 0.8; or integrate axum with tower middleware. Make sure to use this skill when the u

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly