Implementing building request headers.
Apple docs: Send a POST request to APNs.
Not sure about PushType - perhaps we can just use String but I prefer more detailed type definition. (cc. @marcin).
Depends on D12611
Paths
| Differential D12612 Authored by kamil on Jun 28 2024, 5:18 AM.
Details Summary Implementing building request headers. Apple docs: Send a POST request to APNs. Not sure about PushType - perhaps we can just use String but I prefer more detailed type definition. (cc. @marcin). Depends on D12611 Test Plan Tested calling this function with different params
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptJun 28 2024, 5:18 AM2024-06-28 05:18:49 (UTC-7) kamil added a child revision: D12613: [Tunnelbroker] implement APNs response types.Jun 28 2024, 5:29 AM2024-06-28 05:29:58 (UTC-7) Harbormaster completed remote builds in B29991: Diff 41790.Jun 28 2024, 5:35 AM2024-06-28 05:35:23 (UTC-7) kamil added inline comments. Comment Actions Rust looks ok, letting @marcin review as well, I have no context on some of these
This revision is now accepted and ready to land.Jul 2 2024, 2:04 AM2024-07-02 02:04:58 (UTC-7)
Harbormaster completed remote builds in B30047: Diff 41878.Jul 2 2024, 4:50 AM2024-07-02 04:50:31 (UTC-7) Closed by commit rCOMM493327ac8540: [Tunnelbroker] implement creating APNs headers (authored by kamil). · Explain WhyJul 2 2024, 8:35 AM2024-07-02 08:35:23 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41790 services/tunnelbroker/src/notifs/apns/error.rs
services/tunnelbroker/src/notifs/apns/headers.rs
services/tunnelbroker/src/notifs/apns/mod.rs
|