Trait async_web_client::ResponseExt
source · pub trait ResponseExt {
// Provided methods
async fn body_vec(&mut self, limit: Option<usize>) -> Result<Vec<u8>> { ... }
async fn body_string(&mut self, limit: Option<usize>) -> Result<String> { ... }
}
Provided Methods§
async fn body_vec(&mut self, limit: Option<usize>) -> Result<Vec<u8>>
async fn body_string(&mut self, limit: Option<usize>) -> Result<String>
Object Safety§
This trait is not object safe.