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

Support for Starlette so as to use with FastAPI (Starlette Integration) #35

Open
anilwarbhe opened this issue Nov 7, 2019 · 2 comments

Comments

@anilwarbhe
Copy link

I want to shift from Flask to FastAPI. Would you please add support for Scarlette, so that it can be used with fastAPI.

@anilwarbhe anilwarbhe changed the title Support for Starlette so as to use with FastAPI Support for Starlette so as to use with FastAPI (Starlette Integration) Nov 7, 2019
@davidroeca
Copy link
Collaborator

I'm not too familiar with starlette, but as long as it handles multipart form requests and files in a sane way, it should be an easy add. It would also probably need tests since I'd assume neither I nor @lmcgartland are too familiar. I'd be happy to review a PR if you sent one but I'm not sure I'd have the time to dedicate to personally work on this one for a while.

@akay25
Copy link

akay25 commented Jun 13, 2021

@anilwarbhe , I'm using this instead of regular starlette in my project.
This can help you
https://pypi.org/project/starlette-graphene3/

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

No branches or pull requests

3 participants