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 1, 2024
1 parent e49ab79 commit 2c8d222
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions volo-http/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1335,11 +1335,6 @@ mod client_tests {
.send()
.await
.unwrap();
_ = client
.get("http://httpbin.org/delete?key")
.send()
.await
.unwrap();
let resp = client
.get("http://httpbin.org/cookies")
.send()
Expand Down

0 comments on commit 2c8d222

Please sign in to comment.