]> git.proxmox.com Git - proxmox.git/commit
api: use http::{Parts,Response,Method}
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Dec 2019 12:18:19 +0000 (13:18 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Dec 2019 12:18:21 +0000 (13:18 +0100)
commit2d12f8123575572b75954e9b50e413eadea88286
treea2e5a9507446995f1a0d13059ad24a58902df9c5
parentee1a7cd68b16614ce254f9bdbdbd0dd00219a8e6
api: use http::{Parts,Response,Method}

hyper just reexports them

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api/src/error.rs
proxmox-api/src/lib.rs
proxmox-api/src/router.rs