Struct HttpClient
pub struct HttpClient {
fetcher: Arc<dyn HttpFetchDyn>,
}
Expand description
HttpClient that used across opendal.
Fields§
§fetcher: Arc<dyn HttpFetchDyn>
Implementations§
§impl HttpClient
impl HttpClient
pub fn new() -> Result<HttpClient, Error>
pub fn new() -> Result<HttpClient, Error>
Create a new http client in async context.
pub fn with(client: impl HttpFetch) -> HttpClient
pub fn with(client: impl HttpFetch) -> HttpClient
Construct Self
with given [reqwest::Client
]
pub fn build(builder: ClientBuilder) -> Result<HttpClient, Error>
👎Deprecated
pub fn build(builder: ClientBuilder) -> Result<HttpClient, Error>
Build a new http client in async context.
Trait Implementations§
§impl Clone for HttpClient
impl Clone for HttpClient
§fn clone(&self) -> HttpClient
fn clone(&self) -> HttpClient
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HttpClient
impl !RefUnwindSafe for HttpClient
impl Send for HttpClient
impl Sync for HttpClient
impl Unpin for HttpClient
impl !UnwindSafe for HttpClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request