Crate sms_web_rocket

Source

Structs§

AppState
RawBody
Raw body data for Rocket
RocketResponseConverter
Rocket-specific response converter

Functions§

unified_webhook
Unified webhook handler for Rocket Note: Rocket’s handler API doesn’t easily allow access to raw headers, so we pass empty headers. For production use, you might want to use custom request guards to extract specific headers you need.