forked from Proxmox/proxmox
http: fix typo
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
da49b98d15
commit
7863eff2a5
@ -16,7 +16,7 @@ use openssl::ssl::{SslConnector, SslMethod};
|
||||
use crate::client::HttpsConnector;
|
||||
use crate::HttpOptions;
|
||||
|
||||
/// Asyncrounous HTTP client implementation
|
||||
/// Asynchronous HTTP client implementation
|
||||
pub struct Client {
|
||||
client: HyperClient<HttpsConnector, Body>,
|
||||
options: HttpOptions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user