//! A set of convenience methods and constructors for making requests to Iron Handlers.
extern crate iron;
extern crate hyper;
extern crate url;
extern crate uuid;
extern crate log;
pub use ProjectBuilder;
/// Set of convenience methods for making requests to Iron Handlers.
/// Set of helper methods for interacting with Iron Responses.
/// Tooling for mocking a Stream.