-
-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: deprecate CORSMiddleware from public interface. #3404
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3404 +/- ##
=======================================
Coverage 98.27% 98.28%
=======================================
Files 323 324 +1
Lines 14766 14774 +8
Branches 2345 2346 +1
=======================================
+ Hits 14512 14520 +8
Misses 116 116
Partials 138 138 ☔ View full report in Codecov by Sentry. |
080ae1a
to
a30484d
Compare
It is used internally, its use is hardcoded and it doesn't work similar to other middleware when added to layers. Should be implementation detail IMO. Closes #3403
fa81860
to
dd206e8
Compare
Quality Gate passedIssues Measures |
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3404 |
It is used internally, its use is hardcoded and it doesn't work similar to other middleware when added to layers.
Should be implementation detail IMO.
Closes #3403
Description
Closes