-
Notifications
You must be signed in to change notification settings - Fork 305
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
Expose Bytes to the public API again #459
Comments
What would be the motivation or advantage to reverting all or part of #369? I mean, 4ce5e6a was released in 0.2.0-0.2.3, so such would be a visible change in 0.2.4 (if such a patch release is ever even made). I find in general, that its a strength that dependencies that don't need to be public, are kept private. |
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
Mar 9, 2021
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also replaces usage of the internal `from_shared` associated functions with `try_from`. Reference: <hyperium#459>
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
Jul 18, 2021
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also replaces usage of the internal `from_shared` associated functions with `try_from`. Closes <hyperium#459>.
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
May 2, 2022
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also replaces usage of the internal `from_shared` associated functions with `try_from`. Closes <hyperium#459>.
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
Aug 12, 2023
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also replaces usage of the internal `from_shared` associated functions with `try_from`. Closes <hyperium#459>.
This was referenced Aug 29, 2023
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
Feb 14, 2024
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also adds `HeaderValue::from_shared_unchecked` constructor, which corresponds to the `from_maybe_shared_unchecked` constructor, and replaces usage of the internal `from_shared` associated functions with `try_from`. Closes <hyperium#459>.
tesaguri
added a commit
to tesaguri/http
that referenced
this issue
Oct 26, 2024
This is mostly a revert of commit 4ce5e6a, but this does not bring back the error variants suffixed with `Bytes` (db9b1b9). This also adds `HeaderValue::from_shared_unchecked` constructor, which corresponds to the `from_maybe_shared_unchecked` constructor, and replaces usage of the internal `from_shared` associated functions with `try_from`. Closes <hyperium#459>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http
is using the stable version ofbytes
crate now (#457) so I guess #369 can be reverted, except for the addition offrom_maybe_shared
constructors untilhttp
v0.3 or v1.0.The text was updated successfully, but these errors were encountered: