coder-rust-tower-http
Installation
SKILL.md
<skill_overview> Apply reusable HTTP middleware with tower-http safely Adding request/response tracing Configuring CORS Enabling compression or timeouts Propagating request IDs tower-http GitHub tower-http Docs </skill_overview> <layer_selection> Enable only required tower-http features in Cargo.toml Prefer TraceLayer for request spans and latency Use CorsLayer for browser-facing APIs Use TimeoutLayer for external calls and slow handlers