proksi 0.3.20

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

pub type PathCacheStorage = HashMap<String, String>;