1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-17 16:43:30 +01:00

Re-export SameSite so it's immediately usable from this package...

This commit is contained in:
Ryan McGrath 2018-07-19 11:23:11 -07:00
parent 06248900b9
commit 6c8801dc8c
No known key found for this signature in database
GPG Key ID: 811674B62B666830

View File

@ -40,6 +40,8 @@ extern crate serde_json;
mod session;
#[cfg(feature = "web")]
pub use session::RedisSessionBackend;
#[cfg(feature = "web")]
pub use cookie::{SameSite};
/// General purpose actix redis error
#[derive(Fail, Debug)]