Docs.rs
  • fusen-gateway-0.0.1
    • fusen-gateway 0.0.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • kwsc98
    • Dependencies
      • async-recursion ^1 normal
      • async-trait ^0.1.74 normal
      • bytes ^1 normal
      • fusen-proc-macro ^0.0.1 normal
      • futures ^0.3 normal
      • futures-util ^0 normal
      • gateway-common ^0.0.1 normal
      • h2 ^0.4 normal
      • http ^1.0.0 normal
      • http-body ^1.0.0 normal
      • http-body-util ^0.1.0 normal
      • hyper ^1.3 normal
      • hyper-rustls ^0.27 normal
      • hyper-util ^0.1 normal
      • lazy_static ^1 normal
      • nacos-sdk ^0.4 normal
      • pin-project-lite ^0.2.13 normal
      • pretty_env_logger ^0.5 normal
      • rand ^0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1 normal
      • tokio-tungstenite ^0.23 normal
      • tracing ^0.1.13 normal
      • tracing-futures ^0.2.3 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1 normal
      • zookeeper-client ^0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

fusen_gateway0.0.1

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • FusenGateWayApplication
  • config::CroupConfig
  • config::GateWayConfig
  • config::HandlerInfo
  • config::Interface
  • config::LoadBalancer
  • config::NacosHotConfig
  • config::PathConfig
  • config::RouteAddr
  • handler::GateWayHandler
  • handler::HandlerResource
  • handler::common::Handler
  • handler::default::DefaultBaseHandler
  • handler::default::DefaultLoadBalance
  • protocol::Protocol
  • protocol::http1::Http1StreamHandler
  • route::GateWayRoute
  • route::path::PathRoute
  • route::trie::QueryResult
  • route::trie::Trie
  • support::Context
  • support::HttpRequest
  • support::HttpResponse
  • support::MetaData

Enums

  • handler::common::HandlerInvoker
  • protocol::ProtocolType
  • support::DisruptionStatus

Traits

  • config::GateWayHotConfig
  • handler::common::BaseHandler
  • handler::common::BaseHandler_
  • handler::common::HandlerLoad
  • handler::common::LoadBalance
  • handler::common::LoadBalance_
  • handler::common::RequestHandler
  • handler::common::RequestHandler_
  • handler::common::ResponseHandler
  • handler::common::ResponseHandler_
  • protocol::StreamHandler

Functions

  • server::start