pimeys / rust-web-push

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

Show HTTP 400 body also if not structured like ErrorInfo #54

Closed niklasf closed 9 months ago

niklasf commented 9 months ago

Has proven useful to figure out an fcm quirk, where I got as plain text: invalid urgency header defined. Valid options are: high, normal and low.

andyblarblar commented 9 months ago

Looks good. Thanks!