86 releases (40 stable)
| new 1.40.0 | Nov 11, 2024 |
|---|---|
| 1.38.0 | Oct 4, 2024 |
| 1.26.0 | Jul 31, 2024 |
| 1.21.0 | Mar 6, 2024 |
| 0.64.2 | Jul 28, 2022 |
#109 in Web programming
14,373 downloads per month
675KB
12K
SLoC
Svix - Webhooks as a service
Website | Documentation | Community Slack
Rust library for interacting with the Svix API and verifying webhook signatures
Usage Documentation
You can find general usage documentation at https://docs.svix.com. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.svix.com.
Language Support
| ⚡️ Features ⚡️ | |
|---|---|
| Officially Supported | ✅ |
| API Support | ✅ |
| Signature Verification | ✅ |
| Caveats | None! 🚀 |
Usage
Please refer to the documentation or the API reference for more usage instructions.
Optional Cargo Features
TLS
By default reqwest uses rust-native-tls, which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use OpenSSL 1.1.
rustls-tls can also be chosen, eg.:
svix = { version = "N", features = ["rustls-tls"], default-features = false }
Dependencies
~11–23MB
~346K SLoC