Module iron::prelude [-] [+] [src]

A module meant to be glob imported when using Iron, for instance:

use iron::prelude::*;

This module contains several important traits that provide many of the convenience methods in Iron, as well as Request, Response IronResult, IronError and Iron.

Reexports

pub use ::{Chain, Request, Response, IronResult, IronError, Iron};

Traits

Pluggable

An interface for plugins that cache values between calls.

Set

A trait providing the set and set_mut methods for all types.