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 29, 2024
1 parent 8063073 commit 5c6f746
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions volo-http/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,6 @@ impl<IL, OL, C, LB> ClientBuilder<IL, OL, C, LB> {
.make()
.layer(self.inner_layer.layer(meta_service)),
);
// TODO: add cookie layer

// TODO: how to implement redirect layer

let caller_name = if self.caller_name.is_empty() {
FastStr::from_static_str(PKG_NAME_WITH_VER)
Expand Down

0 comments on commit 5c6f746

Please sign in to comment.