Skip to content

Commit

Permalink
feat(http): add cookie for client
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarisW committed Oct 30, 2024
1 parent 93a97a4 commit 5c71f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volo-http/src/client/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use crate::{
#[cfg_attr(docsrs, doc(cfg(any(feature = "rustls", feature = "native-tls"))))]
pub struct TlsTransport;

#[derive(Clone)]
pub struct ClientTransport {
client: http1::Builder,
mk_conn: DefaultMakeTransport,
Expand Down

0 comments on commit 5c71f99

Please sign in to comment.