cleanup: split SimpleHttp client into extra file

This commit is contained in:
Dietmar Maurer
2021-05-06 10:20:53 +02:00
parent b7b9a57425
commit e5ef69ecf7
6 changed files with 147 additions and 135 deletions

View File

@ -19,7 +19,7 @@ use proxmox_acme_rs::{Account, Authorization, Challenge, Directory, Error, Error
use crate::api2::types::AcmeAccountName;
use crate::config::acme::account_path;
use crate::tools::http::SimpleHttp;
use crate::tools::SimpleHttp;
/// Our on-disk format inherited from PVE's proxmox-acme code.
#[derive(Deserialize, Serialize)]