Skip to content

Add SSE/streaming response documentation and tests#2432

Merged
jeremydmiller merged 1 commit intomainfrom
2403-sse-streaming-docs
Apr 3, 2026
Merged

Add SSE/streaming response documentation and tests#2432
jeremydmiller merged 1 commit intomainfrom
2403-sse-streaming-docs

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

Summary

  • Add streaming endpoints using Results.Stream() with text/event-stream and text/plain content types
  • Add integration tests verifying SSE and plain text streaming work with Wolverine.HTTP endpoints
  • Add documentation page explaining how to use streaming/SSE with Wolverine (uses standard ASP.NET Core, no custom Wolverine code needed)

Test plan

  • 2 integration tests pass (SSE events, plain text streaming)

Closes #2403

🤖 Generated with Claude Code

Proves that Wolverine.HTTP endpoints work with ASP.NET Core's
Results.Stream() for Server-Sent Events and plain streaming responses,
requiring no custom Wolverine code. Adds integration tests and a new
documentation page with code samples.

Closes #2403

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jeremydmiller jeremydmiller merged commit 65f423d into main Apr 3, 2026
16 of 19 checks passed
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.

Support IAsyncEnumerable<T> and SSE streaming responses in Wolverine.HTTP

1 participant