-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-bodyArea: body streaming.Area: body streaming.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
Milestone
Description
This is an "easy" task, in that the changes aren't complicated:
- Change the
hyper::body::Sender
type topub(crate)
. - Change the
Body::channel()
method topub(crate)
. - Replace any usage in the examples, tests, or docs with an appropriate alternative.
- This might be as simple as a
Full
, but if specifically showing a channel usage, or needing a channel behavior for a test, atokio::sync::mpsc
wrapped inStreamBody
should work.
- This might be as simple as a
Michael-J-Ward
Metadata
Metadata
Assignees
Labels
A-bodyArea: body streaming.Area: body streaming.C-featureCategory: feature. This is adding a new feature.Category: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.