Created
September 6, 2016 19:23
-
-
Save jwilm/7fa8c8c0605932d99b9a878553a63e20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web_push_test! { | |
web_push_response_created => { | |
response: web::Response::Created { uri: String::new() }, | |
remaining: 0, | |
successful: 1, | |
errored: 0, | |
sending_done: true, | |
}, | |
web_push_response_accepted => { | |
response: web::Response::Accepted { uri: String::new() }, | |
remaining: 0, | |
successful: 1, | |
errored: 0, | |
sending_done: true, | |
}, | |
web_push_response_payload_too_large => { | |
response: web::Response::PayloadTooLarge, | |
remaining: 0, | |
successful: 0, | |
errored: 1, | |
sending_done: true, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment