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

upgrade to 0.90 and use body-collect helper #69

Merged
merged 5 commits into from
Apr 3, 2024
Merged

Conversation

clux
Copy link
Member

@clux clux commented Mar 26, 2024

so that people can do

let req_body = request.into_body().collect().await.unwrap().to_bytes();
without importing http-body-util (a new crate from most people POV)

Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
@clux clux changed the title showcase body-collect upgrade to 0.90 and use body-collect helper Apr 3, 2024
@clux clux marked this pull request as ready for review April 3, 2024 16:33
@clux clux merged commit 3d58a74 into main Apr 3, 2024
7 checks passed
@clux clux deleted the showcase-body-collect branch April 3, 2024 16:33
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.

None yet

1 participant