connexion
connexion copied to clipboard
Starlette support
Fixes #496 .
Changes proposed in this pull request:
- Add support for the Starlette framework to Connexion
- Add support to serve the API using the
uvicornASGI server
This is still rough around the edges, but would welcome a first review
Any progress on this?
Hi @arkkors,
Thanks for the PR and sorry for the late response. Unfortunately, we've decided to go for another framework agnostic approach (see https://github.com/spec-first/connexion/issues/1395#issuecomment-1063214142).
I was able to reuse some of your code for this though, so I added you as a co-author to https://github.com/spec-first/connexion/pull/1496. I hope this is ok for you, let me know if it isn't.
Connexion 3.0 will support ASGI frameworks out of the box (and is now built on top of Starlette). See https://github.com/spec-first/connexion/issues/1395