You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
Inject connection informations in the request extension
This commit is contained in:
@@ -248,6 +248,11 @@ pub enum Resource {
|
||||
#[serde(default)]
|
||||
web_root: Option<PathBuf>,
|
||||
},
|
||||
|
||||
/// Mount a "/connection-info" handler which helps debugging informations on
|
||||
/// the upstream connection
|
||||
#[serde(rename = "connection-info")]
|
||||
ConnectionInfo,
|
||||
}
|
||||
|
||||
/// Configuration of a listener
|
||||
|
||||
Reference in New Issue
Block a user