Skip to content

Provides warp::reply::stream#1148

Merged
seanmonstar merged 1 commit intoseanmonstar:masterfrom
andyHa:streaming_42
Jan 27, 2026
Merged

Provides warp::reply::stream#1148
seanmonstar merged 1 commit intoseanmonstar:masterfrom
andyHa:streaming_42

Conversation

@andyHa
Copy link
Copy Markdown
Contributor

@andyHa andyHa commented Jan 14, 2026

Before 0.4 a stream could by sent as body via
Body::wrap_stream. This has been made
private to not expose any internal workings.

With this change, replying with a stream is
possible again without exposing any
internals.

Fixes: #1136

Before 0.4 a stream could by sent as body via
Body::wrap_stream. This has been made
private to not expose any internal workings.

With this change, replying with a stream is
possible again without exposing any
internals.
Copy link
Copy Markdown
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

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

Thanks!

@seanmonstar seanmonstar merged commit 468f56b into seanmonstar:master Jan 27, 2026
10 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.

Cant return streams or other custom body types anymore in v0.4

2 participants