Type Alias ruma_client::http_client::Reqwest
source · pub type Reqwest = Client;
Available on crate feature
reqwest
only.Expand description
The reqwest
crate’s Client
.
Aliased Type§
struct Reqwest { /* private fields */ }
Trait Implementations§
source§impl HttpClient for Reqwest
impl HttpClient for Reqwest
source§type RequestBody = BytesMut
type RequestBody = BytesMut
The type to use for
try_into_http_request
.source§type ResponseBody = Bytes
type ResponseBody = Bytes
The type to use for
try_from_http_response
.