A wrapper for reqwest
impl<T> Deref for Client<T>
[src]impl HttpClient for Client<Client>
[src]Implementation of HttpClient
for reqwest
.
fn get<'life0, 'life1, 'async_trait, U: IntoUrl + Send>(
&'life0 self,
url: U,
last_modified: Option<&'life1 str>
) -> Pin<Box<dyn Future<Output = Result<(String, StatusCode, Vec<u8>), Error>> + Send + 'async_trait>> where
U: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]impl<T> RefUnwindSafe for Client<T> where
T: RefUnwindSafe,
impl<T> Send for Client<T> where
T: Send,
impl<T> Sync for Client<T> where
T: Sync,
impl<T> Unpin for Client<T> where
T: Unpin,
impl<T> UnwindSafe for Client<T> where
T: UnwindSafe,
impl<T> Any for T where
T: 'static + ?Sized,
[src]impl<T> Borrow<T> for T where
T: ?Sized,
[src]impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]fn borrow_mut(&mut self) -> &mut T
[src]impl<T> From<T> for T
[src]impl<T, U> Into<U> for T where
U: From<T>,
[src]impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V