Skip to content
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

Add interface to add WSGI middleware #1814

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

RobbeSneyders
Copy link
Member

As discussed in #1807.

Allowing the injection of WSGI middleware can enable easier migration from Connexion 2 to Connexion 3. The use cases are limited though, as this will only work for middleware that can work at the end of the middleware stack.

@coveralls
Copy link

Coverage Status

coverage: 94.287% (+0.02%) from 94.271%
when pulling ed5acba on feature/wsgi_middleware
into 563fbf8 on main.

@RobbeSneyders RobbeSneyders merged commit 14e02fa into main Nov 19, 2023
8 checks passed
@RobbeSneyders RobbeSneyders deleted the feature/wsgi_middleware branch November 19, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants