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 Starlette Server #588

Closed
2 tasks done
rmorshea opened this issue Jan 14, 2022 · 0 comments · Fixed by #590
Closed
2 tasks done

Support Starlette Server #588

rmorshea opened this issue Jan 14, 2022 · 0 comments · Fixed by #590
Labels
priority-3-low May be resolved one any timeline. type-feature About new capabilities
Milestone

Comments

@rmorshea
Copy link
Collaborator

rmorshea commented Jan 14, 2022

Current Situation

Right now we support the FastAPI server, but FastAPI is a high level interface on top of Starlette. We should support the more foundational Starlette server

Proposed Actions

Implement a Starlette server interface and perhaps refactor FastAPI support to rely on the more foundational Starlette implementation.

Work Items

  • Implement Starlette server
  • Refactor FastAPI to use new Starlette server interface
@rmorshea rmorshea added flag-triage Not prioritized. priority-3-low May be resolved one any timeline. type-feature About new capabilities and removed flag-triage Not prioritized. labels Jan 14, 2022
@rmorshea rmorshea added this to the 1.0 milestone Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-low May be resolved one any timeline. type-feature About new capabilities
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant