1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-29 08:09:18 +02:00

initial work on cors middleware

This commit is contained in:
Nikolay Kim
2018-01-09 22:33:51 -08:00
parent e8412672a2
commit 16310a5ebd
3 changed files with 353 additions and 1 deletions

View File

@@ -395,7 +395,6 @@ impl<S> SessionBackend<S> for CookieSessionBackend {
///
/// ```rust
/// # extern crate actix_web;
///
/// use actix_web::middleware::CookieSessionBackend;
///
/// # fn main() {