proksi 0.3.12

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

pub type ChallengeStore = HashMap<String, (String, String)>;