mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 20:25:09 +02:00
Deploying to gh-pages from @ 82a100d96c
🚀
This commit is contained in:
@ -58,7 +58,7 @@ as a middleware on your <code>App</code>:</p>
|
||||
.<span class="kw">await
|
||||
</span>}</code></pre></div>
|
||||
<p>The session state can be accessed and modified by your request handlers using the <a href="struct.Session.html" title="Session"><code>Session</code></a>
|
||||
extractor.</p>
|
||||
extractor. Note that this doesn’t work in the stream of a streaming response.</p>
|
||||
|
||||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>actix_web::Error;
|
||||
<span class="kw">use </span>actix_session::Session;
|
||||
|
Reference in New Issue
Block a user