We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce74fc commit 8202a41Copy full SHA for 8202a41
eventsource-client/src/transport.rs
@@ -96,7 +96,7 @@ impl StdError for TransportError {
96
/// }
97
98
/// ```
99
-pub trait HttpTransport: Send + Sync + 'static {
+pub trait HttpTransport: Send + Sync + Clone + 'static {
100
/// Execute an HTTP request and return a streaming response.
101
///
102
/// # Arguments
0 commit comments