Expand description
§Rust client for Apple Push Notification service
See Setting Up a Remote Notification Server for the official Apple developer documentation.
§Use with HTTP mocks
By default, apple-apns only makes HTTP2 connections. To allow HTTP1
connections for compatibility with HTTP mock libraries that don’t support HTTP2,
enable the http1 feature.
Re-exports§
pub use header::Priority;pub use header::PushType;pub use payload::Alert;pub use payload::InterruptionLevel;pub use payload::Sound;pub use client::*;pub use endpoint::*;pub use reason::*;pub use request::*;pub use result::*;