pub struct RequestResponseConfig { /* private fields */ }
Expand description
The configuration for a RequestResponse
protocol.
Implementations
Sets the keep-alive timeout of idle connections.
Sets the timeout for inbound and outbound requests.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RequestResponseConfig
impl Send for RequestResponseConfig
impl Sync for RequestResponseConfig
impl Unpin for RequestResponseConfig
impl UnwindSafe for RequestResponseConfig
Blanket Implementations
Mutably borrows from an owned value. Read more