Docs.rs
  • spacegate-kernel-0.1.0-alpha.4
    • spacegate-kernel 0.1.0-alpha.4
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • gudaoxuri
    • Dependencies
      • async-compression ^0.3.13 normal
      • async-trait ^0.1 normal
      • http ^0.2 normal
      • hyper ^0.14 normal
      • hyper-rustls ^0.24 normal
      • itertools ^0 normal
      • k8s-gateway-api ^0.11 normal
      • k8s-openapi ^0.17 normal
      • kube ^0.80 normal
      • lazy_static ^1.4 normal
      • rustls ^0.21.0 normal
      • rustls-pemfile ^1 normal
      • schemars ^0.8.6 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • tardis ^0.1.0-beta.11 normal
      • tokio-rustls ^0.24 normal
      • urlencoding ^2 normal
      • reqwest ^0.11 dev
      • tardis ^0.1.0-beta.11 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 28.02% of the crate is documented
  • Go to latest stable release
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

SgPluginFilterDef

Required Methods

  • inst

Implementors

In spacegate_kernel::plugins::filters

?
Change settings

Trait spacegate_kernel::plugins::filters::SgPluginFilterDef

source ·
pub trait SgPluginFilterDef {
    // Required method
    fn inst(&self, spec: Value) -> TardisResult<BoxSgPluginFilter>;
}

Required Methods§

source

fn inst(&self, spec: Value) -> TardisResult<BoxSgPluginFilter>

Implementors§

source§

impl SgPluginFilterDef for SgFilterCompressionDef

source§

impl SgPluginFilterDef for SgFilterHeaderModifierDef

source§

impl SgPluginFilterDef for SgFilterMaintenanceDef

source§

impl SgPluginFilterDef for SgFilterRedirectDef

source§

impl SgPluginFilterDef for SgFilterRetryDef

source§

impl SgPluginFilterDef for SgFilterRewriteDef

source§

impl SgPluginFilterDef for SgFilterStatusDef