Replies: 1 comment
-
Connexion 3 was redesigned due to multiple reasons explained in our blogpost. Just like Flask has an ecosystem of extensions, ASGI has an ecosystem of middleware. Eg asgi-ratelimit as replacement for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Difference i can see from connexion 2.0 to 3.0 flask is no longer a fully fledged subsistem but a subset of elements.
This means flask/werkzeug is not functional by themself after you start "FlaskApplication".
EG:
To my opinion:
Connexion is a beloved lib but it lacks resources like Flask/werkzeug does, so would be for connexion too burdensome to not fully take advance and be fully compatible with flask, we can have small quirks but we should support the main flask features.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions