1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

expose header::map module (#2470)

This commit is contained in:
Rob Ede
2021-11-29 02:22:47 +00:00
committed by GitHub
parent 654dc64a09
commit fc4cdf81eb
9 changed files with 79 additions and 24 deletions

View File

@ -296,7 +296,7 @@ impl Future for HttpResponse<AnyBody> {
#[cfg(feature = "cookies")]
pub struct CookieIter<'a> {
iter: header::GetAll<'a>,
iter: header::map::GetAll<'a>,
}
#[cfg(feature = "cookies")]