Bundled common middleware for the Iron web framework.
common is a bundling of Iron's common middleware:
- Routing
- Mounting
- Static file-serving
- Body parsing
- Url encoding
- Logging
- Cookies
- Sessions
- Persistent storage
It is meant as a starting point for your Iron projects, to be easilly copied over to a Cargo.toml.
Just copy the Cargo.toml and Makefile and you're ready to roll!
One of us (@reem, @zzmp,
@theptrk, @mcreinhard)
is usually on #iron on the mozilla irc. Come say hi and ask any questions you might have.
We are also usually on #rust and #rust-webdev.