Struct conjure_runtime::raw::DefaultRawClient
source · pub struct DefaultRawClient(_);Expand description
The default raw client implementation used by conjure_runtime.
This is currently implemented with hyper and openssl, but that is subject to change at any time.
Trait Implementations§
source§impl Service<Request<RawBody>> for DefaultRawClient
impl Service<Request<RawBody>> for DefaultRawClient
§type Response = Response<DefaultRawBody>
type Response = Response<DefaultRawBody>
The response type returned by the service.
§type Error = DefaultRawError
type Error = DefaultRawError
The error type returned by the service.
§type Future = DefaultRawFuture
type Future = DefaultRawFuture
The future type returned by the service.