1 2 3 4
/// The version of the cometd protocol to use pub static COMETD_VERSION: &'static str = "1.0"; /// The supported connection types pub static COMETD_SUPPORTED_TYPES: [&'static str; 1] = ["long-polling"];