Skip to content

Commit

Permalink
feat(http): add multipart for server
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarisW committed Oct 24, 2024
1 parent 80d948b commit 6ccaa68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volo-http/src/utils/cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl CookieJar {
}

#[cfg(feature = "client")]
/// Create a empty [`CookieJar`]
/// Create an empty [`CookieJar`]
pub fn new() -> Self {
Self {
inner: cookie::CookieJar::new(),
Expand Down

0 comments on commit 6ccaa68

Please sign in to comment.