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 31, 2024
1 parent 1f2e378 commit 4c4c5c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions volo-http/src/client/cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ impl CookieLayer {
///
/// and store cookies after receiving the response.
///
/// It is recommended to use [`CookieLayer`] as the innermost layer in the client stack,
///
/// It is recommended to use [`CookieLayer`] as the innermost layer in the client stack
/// since it will extract cookies from the request header and store them before and after call
/// the transport layer.
///
Expand Down

0 comments on commit 4c4c5c9

Please sign in to comment.