jokoway 0.1.0-rc.1

Jokoway is a high-performance API Gateway built on Pingora (Rust) with dead-simple YAML configs.
Documentation
1
2
3
4
5
6
7
8
9
pub mod app;
pub mod context;
pub mod discovery;
pub mod health;

pub mod proxy;
pub mod router;
pub mod service;
pub mod upstream;