1
0
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:
robjtede
2022-09-21 12:54:29 +00:00
parent 182f5ce6c6
commit ca2cb6a870
3 changed files with 5 additions and 3 deletions

View File

@ -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 doesnt 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;