proksi 0.4.0

A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt.
1
2
3
use dashmap::DashMap;

pub type PathCacheStorage = DashMap<String, String>;