// The crate's `Error` enum has a `WebSocket(tungstenite::Error)` variant
// which trips `clippy::result_large_err` because `tungstenite::Error` itself
// is ~144 bytes. Boxing it would change the public matching shape of
// `Error::WebSocket(_)` for downstream callers; allow the lint at the
// crate level for now and revisit when we're ready for that minor break.
// Tracked in #9.
pub use Pcrs;
pub use ;
pub use Error;
pub use Method;
pub use RequestBuilder;
pub use Response;
pub use UpgradedStream;