1 unstable release
0.1.0 | Jan 5, 2023 |
---|
#914 in Concurrency
540KB
13K
SLoC
Sentinel in Rocket
Implement Sentinel service in Rocket.
The Rocket provides two ways to implement middlewares, request guards and fairing.
In the example
directory, we provide an example for both two cases.
Why Setinel?
Sentinel provides flexible high-reliability protection for your Rocket services.
And Sentinel will be the default traffic governance implentation for the OpenSergo standard.
lib.rs
:
This crate provides the sentinel middleware for actix-web. See examples for help.
Dependencies
~17–49MB
~844K SLoC