//! Server-side integration with [Nickel](http://nickel.rs/) via the `nickel_` feature
//! (optional, enables `hyper` feature).
//!
//! Not shown here: [`impl HttpRequest for &mut nickel::Request`](../trait.HttpRequest.html#implementors).
use Request as NickelRequest;
use Request as HyperRequest;
use HttpRequest;