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 Nov 4, 2024
1 parent 4563027 commit ecc906c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions volo-http/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,8 @@ where
mod client_tests {
use std::{collections::HashMap, future::Future};

#[cfg(feature = "cookie")]
use cookie::Cookie;
use http::{header, StatusCode};
use motore::{
layer::{Layer, Stack},
Expand Down

0 comments on commit ecc906c

Please sign in to comment.