1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

prepare actix-session release 0.6.0

This commit is contained in:
Rob Ede
2022-03-15 16:29:37 +00:00
parent 2d63973654
commit 010a905dca
4 changed files with 17 additions and 15 deletions

View File

@ -1,4 +1,4 @@
//! Session management for Actix Web
//! Session management for Actix Web.
//!
//! The HTTP protocol, at a first glance, is stateless: the client sends a request, the server
//! parses its content, performs some processing and returns a response. The outcome is only