]> git.proxmox.com Git - proxmox.git/commit
rest-server: add AcceptorBuilder
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 25 Jan 2023 14:37:20 +0000 (15:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 2 Mar 2023 15:14:04 +0000 (16:14 +0100)
commite2ac53e3ded4154a06d9343f3d6dbfb7bd91ed47
tree8371f03abe65a656d980261ab29924c53d162b59
parent666f920291f1481cb5d72bc8ccf05b711cd5273a
rest-server: add AcceptorBuilder

The connection submodule now allows building an "acceptor"
for hyper connections which can either take an explicit ssl
acceptor, or builds a default one with a self signed
certificate.

The rate-limited-stream feature enables a method to
lookup/update rate limiters for connections.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-rest-server/Cargo.toml
proxmox-rest-server/src/connection.rs [new file with mode: 0644]
proxmox-rest-server/src/lib.rs