pimeys / rust-web-push

A Web Push library for Rust
Apache License 2.0
113 stars 21 forks source link

Add support for `Topics` header #41

Closed andyblarblar closed 10 months ago

andyblarblar commented 1 year ago

Similar to the recent addition of the Urgency header in #39, we should add support for the very common Topic header.

Addition should be basically identical to the urgency header, just without the enum and with some sort of validation on the topic string.