Expand description
Push notification sender trait and HTTP implementation.
PushSender abstracts the delivery of streaming events to client webhook
endpoints. HttpPushSender uses hyper to POST events over HTTP(S).
§Security
HttpPushSender validates webhook URLs to reject private/loopback
addresses (SSRF protection) and sanitizes authentication credentials
to prevent HTTP header injection.
Structs§
- Http
Push Sender - HTTP-based
PushSenderusing hyper.
Traits§
- Push
Sender - Trait for delivering push notifications to client webhooks.