We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change the base of Guillotina to be Starlette.
Right now we use basic uvicorn http server and we provide ASGI on top of it.
My proposal is to provide a RouteMatcher for Starlette and use the request object of Startlette.
We can remove then static file serving.
The text was updated successfully, but these errors were encountered:
We will document how to run Guillotina with starlette / Fastapi instead of changing base code
Sorry, something went wrong.
No branches or pull requests
Change the base of Guillotina to be Starlette.
Right now we use basic uvicorn http server and we provide ASGI on top of it.
My proposal is to provide a RouteMatcher for Starlette and use the request object of Startlette.
We can remove then static file serving.
The text was updated successfully, but these errors were encountered: