proksi 0.2.14

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)>;