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 6c9b8ad commit 1f2e378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion volo-http/src/client/cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ impl CookieLayer {
///
/// 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 in the [`CookieStore`].
/// since it will extract cookies from the request header and store them before and after call
/// the transport layer.
///
/// # Example
///
Expand Down

0 comments on commit 1f2e378

Please sign in to comment.