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

Commits on Sep 6, 2024

  1. feat(http): implement http_body::Body trait for Vec<u8>

    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 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    75f0297 View commit details
    Browse the repository at this point in the history