1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-03 05:19:23 +02:00

Deploying to gh-pages from @ 1e682e7a59 🚀

This commit is contained in:
robjtede
2022-08-24 17:10:06 +00:00
parent 677c856277
commit a717748964
200 changed files with 8532 additions and 8481 deletions

View File

@@ -7,14 +7,14 @@
<span id="7">7</span>
<span id="8">8</span>
<span id="9">9</span>
</pre><pre class="rust"><code><span class="doccomment">//! Type-safe authentication information extractors.</span>
</pre><pre class="rust"><code><span class="doccomment">//! Type-safe authentication information extractors.
<span class="kw">pub</span> <span class="kw">mod</span> <span class="ident">basic</span>;
<span class="kw">pub</span> <span class="kw">mod</span> <span class="ident">bearer</span>;
<span class="kw">mod</span> <span class="ident">config</span>;
<span class="kw">mod</span> <span class="ident">errors</span>;
</span><span class="kw">pub mod </span>basic;
<span class="kw">pub mod </span>bearer;
<span class="kw">mod </span>config;
<span class="kw">mod </span>errors;
<span class="kw">pub</span> <span class="kw">use</span> <span class="ident"><span class="self">self</span>::config::AuthExtractorConfig</span>;
<span class="kw">pub</span> <span class="kw">use</span> <span class="ident"><span class="self">self</span>::errors::AuthenticationError</span>;
<span class="kw">pub use </span><span class="self">self</span>::config::AuthExtractorConfig;
<span class="kw">pub use </span><span class="self">self</span>::errors::AuthenticationError;
</code></pre></div>
</section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="actix_web_httpauth" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.65.0-nightly (34a6cae28 2022-08-09)" ></div></body></html>
</section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="actix_web_httpauth" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.65.0-nightly (060e47f74 2022-08-23)" ></div></body></html>