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 46e52af commit 6c9b8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions volo-http/src/client/cookie.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! Cookie implementation
//!
//! This module provides [`CookieLayer`] for extracting and setting cookies.
//!
//! See [`CookieLayer`] for more details.
use motore::{layer::Layer, Service};
use parking_lot::RwLock;
Expand Down

0 comments on commit 6c9b8ad

Please sign in to comment.