spacegate-kernel 0.2.0-alpha.4

A library-first, lightweight, high-performance, cloud-native supported API gateway
Documentation
/// Map service's future into another future.
pub mod map_future;

/// Map service's response.
pub mod map_request;

/// Create a function or closure layer.
pub mod function;

/// Random pick one inner service.
pub mod random_pick;

/// Service with a hot reloader.
pub mod reload;

/// Routing request to some inner service
pub mod route;

/// Timeout layer based on tokio timer
pub mod timeout;

/// Balancer layer
pub mod balancer;

/// Inject data into request
pub mod injector;