1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-30 19:10:20 +02:00

Deploying to gh-pages from @ 8a31f3020e 🚀

This commit is contained in:
robjtede
2023-04-09 19:03:56 +00:00
parent 715278cbd8
commit 51e6fd3d16
11 changed files with 41 additions and 41 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,8 +5,8 @@ builder can be used as an argument for Actix Webs <code>App::wrap()</code>, <
<p>This CORS middleware automatically handles <code>OPTIONS</code> preflight requests.</p>
<h2 id="crate-features"><a href="#crate-features">Crate Features</a></h2>
<ul>
<li><code>draft-local-network-access</code>: ⚠️ Unstable. Adds opt-in support for the <a href="https://wicg.github.io/local-network-access">Local Network Access</a>
spec extensions. This feature is unstable since it will follow any breaking changes in the
<li><code>draft-private-network-access</code>: ⚠️ Unstable. Adds opt-in support for the <a href="https://wicg.github.io/private-network-access">Private Network
Access</a> spec extensions. This feature is unstable since it will follow breaking changes in the
draft spec until it is finalized.</li>
</ul>
<h2 id="example"><a href="#example">Example</a></h2>

File diff suppressed because one or more lines are too long