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

Add note for accessing session state in stream. (#285)

This commit is contained in:
Moritz Hedtke
2022-09-21 14:51:45 +02:00
committed by GitHub
parent d98ebf2bdf
commit 82a100d96c

View File

@ -65,7 +65,7 @@
//! ```
//!
//! The session state can be accessed and modified by your request handlers using the [`Session`]
//! extractor.
//! extractor. Note that this doesn't work in the stream of a streaming response.
//!
//! ```no_run
//! use actix_web::Error;