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

feat(go): Add support for SSE #4772

Merged
merged 2 commits into from
Sep 29, 2024
Merged

feat(go): Add support for SSE #4772

merged 2 commits into from
Sep 29, 2024

Conversation

amckinney
Copy link
Member

This adds support for SSE (Server-Sent Events) streaming responses. The user-facing interface for streaming responses remains the same between standard HTTP streaming and SSE.

Note that this also enables the server-side-events tests for all generators. Any generator that fails will need its allowedFailures list updated.

@amckinney amckinney requested a review from dsinghvi as a code owner September 27, 2024 23:31
Copy link

@amckinney amckinney merged commit d3885df into main Sep 29, 2024
42 of 53 checks passed
@amckinney amckinney deleted the amckinney/go/sse branch September 29, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants