mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
rename private-network-access feature (#320)
* update CI with concurrency options * cors: rename private-network => local-network * modernize CI * clippy * run api diff job on all features
This commit is contained in:
@ -726,10 +726,7 @@ pub mod test_helpers {
|
||||
|
||||
impl ServiceResponseExt for ServiceResponse {
|
||||
fn get_cookie(&self, cookie_name: &str) -> Option<actix_web::cookie::Cookie<'_>> {
|
||||
self.response()
|
||||
.cookies()
|
||||
.into_iter()
|
||||
.find(|c| c.name() == cookie_name)
|
||||
self.response().cookies().find(|c| c.name() == cookie_name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user