autopush-rs
autopush-rs copied to clipboard
Support Push Reciepts
https://tools.ietf.org/html/rfc8030#section-5.1 notes that push services MUST support push receipts.
This is an offshoot of #1443, where a 202 response contains an async URL that points to where the status of a given message can be fetched.
This does not exist in current implementations of autopush.
┆Issue is synchronized with this Jira Task
This should probably be set as a spike to first discover:
- The costs of retaining that URL for the status check
- How long to retain that URL
- The value of providing this to the end user (how many customers would take advantage of this feature)