optimization & cleanup

This commit is contained in:
Ara Sadoyan
2026-03-26 16:58:53 +01:00
parent 4706b281bc
commit 7b9b206c13
3 changed files with 47 additions and 58 deletions

View File

@@ -13,7 +13,7 @@ pub type Headers = DashMap<Arc<str>, DashMap<Arc<str>, Vec<(Arc<str>, Arc<str>)>
pub struct Extraparams {
pub to_https: Option<bool>,
pub sticky_sessions: bool,
pub authentication: Option<InnerAuth>,
pub authentication: Option<Arc<InnerAuth>>,
pub rate_limit: Option<isize>,
}