pub enum PluginCategory {
Show 22 variants
Stats,
Limit,
Compression,
Admin,
Directory,
Mock,
RequestId,
IpRestriction,
KeyAuth,
BasicAuth,
CombinedAuth,
Jwt,
Cache,
Redirect,
Ping,
ResponseHeaders,
SubFilter,
RefererRestriction,
UaRestriction,
Csrf,
Cors,
AcceptEncoding,
}Variants§
Stats
Statistics and metrics collection
Limit
Rate limiting and throttling
Compression
Response compression (gzip, deflate, etc)
Admin
Administrative interface and controls
Directory
Static file serving and directory listing
Mock
Mock/stub responses for testing
RequestId
Request ID generation and tracking
IpRestriction
IP-based access control
KeyAuth
API key authentication
BasicAuth
HTTP Basic authentication
CombinedAuth
Combined authentication methods
Jwt
JSON Web Token (JWT) authentication
Cache
Response caching
Redirect
URL redirection rules
Ping
Health check endpoint
ResponseHeaders
Custom response header manipulation
SubFilter
Substring filter
RefererRestriction
Referer-based access control
UaRestriction
User-Agent based access control
Csrf
Cross-Site Request Forgery protection
Cors
Cross-Origin Resource Sharing
AcceptEncoding
Accept-Encoding header processing
Trait Implementations§
Source§impl Clone for PluginCategory
impl Clone for PluginCategory
Source§fn clone(&self) -> PluginCategory
fn clone(&self) -> PluginCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PluginCategory
impl Debug for PluginCategory
Source§impl Default for PluginCategory
impl Default for PluginCategory
Source§fn default() -> PluginCategory
fn default() -> PluginCategory
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginCategory
impl<'de> Deserialize<'de> for PluginCategory
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PluginCategory
impl Display for PluginCategory
Source§impl FromStr for PluginCategory
impl FromStr for PluginCategory
Source§impl PartialEq for PluginCategory
impl PartialEq for PluginCategory
Source§impl Serialize for PluginCategory
impl Serialize for PluginCategory
Source§impl TryFrom<&str> for PluginCategory
impl TryFrom<&str> for PluginCategory
impl StructuralPartialEq for PluginCategory
Auto Trait Implementations§
impl Freeze for PluginCategory
impl RefUnwindSafe for PluginCategory
impl Send for PluginCategory
impl Sync for PluginCategory
impl Unpin for PluginCategory
impl UnwindSafe for PluginCategory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request