//! Websocket support stuff
//!
//! Websockets are initiated by server implementation, this module only
//! contains websocket message types and similar stuff.
use Duration;
pub use Packet;
pub use ;
pub use ;
pub use Error;
pub use ;
pub use Frame;
/// Configuration of a `websocket::Loop` object (a server-side websocket
/// connection).