From 6ccaa68eb7754fc5dee4cc48abb3ae45fea81294 Mon Sep 17 00:00:00 2001 From: StellarisW Date: Thu, 24 Oct 2024 17:41:36 +0800 Subject: [PATCH] feat(http): add multipart for server --- volo-http/src/utils/cookie.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volo-http/src/utils/cookie.rs b/volo-http/src/utils/cookie.rs index 9753742c..f283e622 100644 --- a/volo-http/src/utils/cookie.rs +++ b/volo-http/src/utils/cookie.rs @@ -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(),