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:
commit
25cca67834
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user