9 Accepted = make(map[string]string)
10 AcceptedM sync.RWMutex
12 Rejected = make(map[string]string)
13 RejectedM sync.RWMutex
15 HTTPAuthCache = make(map[string][2]string)
16 HTTPAuthCacheM sync.RWMutex
18 TLSAuthCache = make(map[string]*tls.Certificate)
19 TLSAuthCacheM sync.RWMutex