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(http): implement http_body::Body trait for Vec<u8> #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akneni
Copy link

@akneni akneni commented Sep 6, 2024

Implement the http_body::Body trait for the Vec<u8> type to improve ergonomics when working with byte vectors as HTTP bodies. This change allows Vec<u8> to be used directly as a body type in hyper, reducing the need for additional wrappers.

Implement the http_body::Body trait for the Vec<u8> type to improve
ergonomics when working with byte vectors as HTTP bodies. This change
allows Vec<u8> to be used directly as a body type in hyper, reducing
the need for additional wrappers.
@akneni
Copy link
Author

akneni commented Sep 15, 2024

@seanmonstar Any thoughts on this PR?

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.

1 participant