]> git.proxmox.com Git - proxmox.git/commit
rest-server: impl PeerAddress for RateLimitedStream via feature
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Jan 2023 10:57:49 +0000 (11:57 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Mar 2023 15:14:04 +0000 (16:14 +0100)
commit666f920291f1481cb5d72bc8ccf05b711cd5273a
treea3a2f5220d83fd786618abce2c5374798197985b
parentd7ed04f8e5610ab69320c6466b00dec6d2cee07f
rest-server: impl PeerAddress for RateLimitedStream via feature

rest-server can now optionally provide a PeerAddress
implementation for RateLimitedStream by activating its
'rate-limited-stream' feature

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rest-server/Cargo.toml
proxmox-rest-server/src/rest.rs