This commit is contained in:
Jun Kurihara 2023-07-10 18:35:02 +09:00
commit 1f98b69c7e
No known key found for this signature in database
GPG key ID: D992B3E3DE1DED23
4 changed files with 12 additions and 18 deletions

View file

@ -12,7 +12,7 @@ pub struct Globals {
/// Configuration parameters for proxy transport and request handlers
pub proxy_config: ProxyConfig, // TODO: proxy configはarcに包んでこいつだけ使いまわせばいいように変えていく。backendsも
/// Shared context - Backend application objects to which http request handler forward incoming requests
/// Backend application objects to which http request handler forward incoming requests
pub backends: Backends,
/// Shared context - Counter for serving requests