Crates.io | apple-apns |
lib.rs | apple-apns |
version | 0.5.3 |
source | src |
created_at | 2023-01-03 19:48:10.10188 |
updated_at | 2023-02-05 08:27:30.862292 |
description | Rust client for Apple Push Notification service |
homepage | https://github.com/jakelee8/apple-apns |
repository | https://github.com/jakelee8/apple-apns |
max_upload_size | |
id | 750360 |
size | 88,154 |
See Setting Up a Remote Notification Server for the official Apple developer documentation.
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.