//! This module implements the same features as the main crate, but using async io.
use Future;
use crateRequestError;
pub use Gateway;
pub const MAX_RESPONSE_SIZE: usize = 1500;
pub const HEADER_NAME: &str = "SOAPAction";
/// Trait to allow abstracting over `tokio`.