This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-extras
Watch
1
Star
0
Fork
0
You've already forked actix-extras
mirror of
https://github.com/actix/actix-extras.git
synced
2025-01-23 15:24:36 +01:00
Code
Issues
Releases
Wiki
Activity
actix-extras
/
src
/
middleware
History
Mathieu Amiot
9a10d8aa7a
Fixed headers' formating for CORS Middleware Access-Control-Expose-Headers header value to HTTP/1.1 & HTTP/2 spec-compliant format (
#436
)
2018-08-03 15:03:11 +03:00
..
cors.rs
Fixed headers' formating for CORS Middleware Access-Control-Expose-Headers header value to HTTP/1.1 & HTTP/2 spec-compliant format (
#436
)
2018-08-03 15:03:11 +03:00
csrf.rs
cleanup warnings
2018-07-04 21:01:27 +06:00
defaultheaders.rs
refactor HttpRequest mutability
2018-07-02 23:35:32 +06:00
errhandlers.rs
cleanup warnings
2018-07-04 21:01:27 +06:00
identity.rs
cleanup warnings
2018-07-04 21:01:27 +06:00
logger.rs
remove the timestamp from the default logger middleware
2018-07-21 15:15:28 +02:00
mod.rs
cleanup warnings
2018-07-04 21:01:27 +06:00
session.rs
Add http_only flag to CookieSessionBackend
2018-07-23 12:49:59 +03:00