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§

source

async fn body_vec(&mut self, limit: Option<usize>) -> Result<Vec<u8>>

source

async fn body_string(&mut self, limit: Option<usize>) -> Result<String>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ResponseExt for Response<ResponseBody>

Implementors§