!973 ylong_http新增monitor后重新引用Intorceptor

Merge pull request !973 from Tiga Ultraman/new_plat
This commit is contained in:
openharmony_ci 2024-10-29 13:37:03 +00:00 committed by Gitee
commit d85649559d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,9 +13,9 @@
use std::error::Error;
use ylong_http_client::async_impl::{Client, Interceptor, Request};
use ylong_http_client::async_impl::{Client, Request};
use ylong_http_client::{
Certificate, HttpClientError, Proxy, PubKeyPins, Redirect, Timeout, TlsVersion,
Certificate, HttpClientError, Interceptor, Proxy, PubKeyPins, Redirect, Timeout, TlsVersion,
};
cfg_oh! {