Trait async_web_client::RequestWithBodyExt
source · pub trait RequestWithBodyExt<'a>: Sized {
type B: IntoNonUnitRequestBody;
// Required method
fn send_with_client_config(
self,
client_config: Arc<ClientConfig>
) -> RequestSend<'a> ⓘ;
// Provided method
fn send(self) -> RequestSend<'a> ⓘ { ... }
}
Required Associated Types§
Required Methods§
fn send_with_client_config( self, client_config: Arc<ClientConfig> ) -> RequestSend<'a> ⓘ
Provided Methods§
fn send(self) -> RequestSend<'a> ⓘ
Object Safety§
This trait is not object safe.