1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-28 01:32:57 +01:00

Merge pull request #13 from ryanmcgrath/master

Re-export SameSite so it's immediately usable from this package...
This commit is contained in:
Nikolay Kim 2018-07-20 16:58:37 -05:00 committed by GitHub
commit 25cca67834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)]