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

Iron's HTTP Request representation and associated methods.

Reexports

pub use self::url::Url;

Structs

Body

The body of an Iron request,

HttpRequest

A request bundles several parts of an incoming NetworkStream, given to a Handler.

Request

The Request given to all Middleware.