Skip to content

README - replace code snippets with examples - streamable http #1155

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

Merged
merged 8 commits into from
Jul 16, 2025

Conversation

ihrpr
Copy link
Contributor

@ihrpr ihrpr commented Jul 16, 2025

Part 5:

  • Streamable HTTP client
  • Streamable HTTP server examples
  • SSE server mounting examples (just change to mounting )

Part 1: #1055
Part 2: #1136
Part 3: #1137
Part 4: #1150

Remaining:

  • Auth
    • Authentication server example
    • OAuth client authentication

@ihrpr ihrpr marked this pull request as draft July 16, 2025 12:02
Base automatically changed from ihrpr/lowlevel-snippet to main July 16, 2025 14:26
@ihrpr ihrpr requested a review from Kludex July 16, 2025 15:06
@ihrpr ihrpr marked this pull request as ready for review July 16, 2025 15:06
Kludex
Kludex previously approved these changes Jul 16, 2025
README.md Outdated


# Create a combined lifespan to manage both session managers
@contextlib.asynccontextmanager
async def lifespan(app: FastAPI):
async def lifespan(app):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
async def lifespan(app):
async def lifespan(app: Starlette):

@ihrpr ihrpr merged commit e975d05 into main Jul 16, 2025
13 checks passed
@ihrpr ihrpr deleted the ihrpr/remote-snippets branch July 16, 2025 20:45
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

Successfully merging this pull request may close these issues.

2 participants