Type Alias ruma_client::http_client::Isahc
source · pub type Isahc = HttpClient;
Available on crate feature
isahc
only.Expand description
The isahc
crate’s HttpClient
.
Aliased Type§
struct Isahc { /* private fields */ }
Trait Implementations§
source§impl HttpClient for Isahc
impl HttpClient for Isahc
§type RequestBody = Vec<u8>
type RequestBody = Vec<u8>
The type to use for
try_into_http_request
.§type ResponseBody = Vec<u8>
type ResponseBody = Vec<u8>
The type to use for
try_from_http_response
.