Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / hyperium/http issues and pull requests

#649 - chore(ci): update to actions/checkout@v4

Pull Request - State: closed - Opened by tottoto over 1 year ago

#648 - Change CI to have a single top "ci-pass" requirement

Issue - State: closed - Opened by seanmonstar over 1 year ago - 1 comment
Labels: E-easy

#644 - Add miri ci

Pull Request - State: closed - Opened by hjr3 over 1 year ago

#643 - Prepare v0.2.11

Pull Request - State: closed - Opened by seanmonstar over 1 year ago

#642 - fix MIRI error in header::Iter

Pull Request - State: closed - Opened by seanmonstar over 1 year ago - 3 comments

#641 - Fix MIRI test

Pull Request - State: closed - Opened by seanmonstar over 1 year ago - 1 comment

#640 - Fix miri error

Pull Request - State: closed - Opened by hjr3 over 1 year ago - 3 comments

#639 - HeaderMap error: Undefined Behavior: trying to retag from _ for Unique permission

Issue - State: closed - Opened by hjr3 over 1 year ago - 3 comments

#638 - chore(ci): check minimal versions

Pull Request - State: open - Opened by tottoto over 1 year ago

#637 - feat: add default std feature

Pull Request - State: closed - Opened by seanmonstar over 1 year ago - 1 comment
Labels: B-breaking

#636 - Start 1.0

Pull Request - State: closed - Opened by seanmonstar over 1 year ago

#635 - Prepare v0.2.10

Pull Request - State: closed - Opened by seanmonstar over 1 year ago

#634 - feat: implement Clone for Request, Response, Extensions

Pull Request - State: closed - Opened by seanmonstar over 1 year ago
Labels: B-breaking

#633 - chore: fix typos

Pull Request - State: closed - Opened by xiaolou86 over 1 year ago

#632 - A feature request: implement `retain` on HeaderMap

Issue - State: open - Opened by bassmanitram over 1 year ago

#631 - Add optional serde support for top level types

Pull Request - State: closed - Opened by andrewtoth over 1 year ago - 2 comments

#630 - [ISSUE #629]Fix some spelling mistakes

Pull Request - State: closed - Opened by mxsm over 1 year ago

#629 - Fix some spelling mistakes

Issue - State: closed - Opened by mxsm over 1 year ago - 1 comment

#628 - Resolve arith overflow on with_capacity

Pull Request - State: closed - Opened by HeeillWang over 1 year ago - 2 comments

#627 - Arithmetic overflow found on `with_capacity()`

Issue - State: open - Opened by HeeillWang over 1 year ago - 4 comments

#626 - Arithmetic overflow found on `to_raw_capacity()`

Issue - State: closed - Opened by HeeillWang over 1 year ago

#624 - Add sockaddr authority

Pull Request - State: open - Opened by mcr over 1 year ago - 2 comments

#623 - Implement From<PathAndQuery> for Bytes

Pull Request - State: open - Opened by WhyNotHugo over 1 year ago - 2 comments

#622 - Making `http::uri::PathAndQuery::from_shared` public

Issue - State: closed - Opened by WhyNotHugo over 1 year ago - 2 comments

#620 - Ttyu

Issue - State: closed - Opened by adm2008 over 1 year ago

#619 - Minor issue: git tag v0.2.9 is not on the master branch

Issue - State: open - Opened by eaufavor over 1 year ago

#618 - Incorrect largest decimal number

Issue - State: open - Opened by cloutiertyler over 1 year ago

#617 - try_ methods to handle capacity overflow

Pull Request - State: open - Opened by glebpom over 1 year ago - 11 comments

#616 - make miri happy

Pull Request - State: closed - Opened by discord9 over 1 year ago

#614 - ci: only check msrv, not test

Pull Request - State: closed - Opened by seanmonstar over 1 year ago

#612 - Enable clippy (to check for missing Safety comments)

Pull Request - State: open - Opened by f0rki over 1 year ago

#611 - Add Option<&'static [u8]> method for header names

Issue - State: open - Opened by mmastrac over 1 year ago

#610 - The request header does not support uppercase letters

Issue - State: open - Opened by arsiac over 1 year ago - 1 comment

#609 - docs: remove references to defunct `build` method

Pull Request - State: closed - Opened by IsaacCloos over 1 year ago

#608 - chore: fix lint about dropping Copy values

Pull Request - State: closed - Opened by seanmonstar almost 2 years ago

#607 - Clippy considers HeaderName to be "interior mutable"

Issue - State: closed - Opened by rawler almost 2 years ago - 3 comments

#606 - Implement the Early-Data (RFC 8470) header

Pull Request - State: open - Opened by dasJ almost 2 years ago - 1 comment

#605 - Conversions between Bytes and HeaderValue

Issue - State: closed - Opened by mattfbacon almost 2 years ago - 2 comments

#604 - HeaderMap::from_iter panics when size is known

Issue - State: open - Opened by jongiddy almost 2 years ago

#603 - Undocumented capacity limit for HeaderMap

Issue - State: open - Opened by jongiddy almost 2 years ago - 3 comments
Labels: E-easy, A-headers, S-docs

#602 - Why is there a `uri_mut` on `Request` if there's no `&mut self` methods on `Uri`?

Issue - State: closed - Opened by jjant almost 2 years ago - 1 comment

#601 - Constants for `x-forwarded-*` headers

Issue - State: open - Opened by tomkarw almost 2 years ago

#599 - `const` assignment of `HeaderName::from_static`

Issue - State: open - Opened by dodomorandi almost 2 years ago - 6 comments

#598 - Update GitHub Actions and use Cargo metadata for the MSRV build job

Pull Request - State: closed - Opened by nickelc almost 2 years ago

#597 - partial format the code and fix typo and modernize

Pull Request - State: open - Opened by zh-jq almost 2 years ago

#596 - feat: A `username` method for `Authority`

Issue - State: open - Opened by WhyNotHugo almost 2 years ago - 6 comments

#595 - Add Method::from_static

Pull Request - State: open - Opened by WhyNotHugo almost 2 years ago - 14 comments

#594 - Cannot change path of Uri with less than two failure branches

Issue - State: open - Opened by WhyNotHugo almost 2 years ago - 3 comments

#593 - Allow mixed case header names.

Pull Request - State: closed - Opened by abamaxa almost 2 years ago - 1 comment

#592 - Implement common trait(s) to expose common traits of HTTP message (header) types

Issue - State: open - Opened by djc almost 2 years ago - 3 comments

#591 - Make StatusCode methods const

Pull Request - State: open - Opened by stormshield-kg almost 2 years ago

#590 - Add `from_string` for `HeaderName/HeaderValue` ?

Issue - State: closed - Opened by shenghui0779 almost 2 years ago - 1 comment

#589 - Prepare v0.2.9

Pull Request - State: closed - Opened by seanmonstar almost 2 years ago

#588 - status: add CONTENT_TOO_LARGE and UNPROCESSABLE_CONTENT aliases

Pull Request - State: open - Opened by mina86 about 2 years ago

#587 - A `method!` macro to define methods at build time

Issue - State: open - Opened by WhyNotHugo about 2 years ago - 8 comments

#586 - Add `Display` for Version

Pull Request - State: closed - Opened by emanuele-em about 2 years ago - 1 comment

#584 - double quote "Sensitive" header value

Pull Request - State: closed - Opened by haruska about 2 years ago - 2 comments

#583 - feat: add cache-status and cdn-cache-control header name constants

Pull Request - State: closed - Opened by acfoltzer about 2 years ago - 4 comments

#582 - `PathAndQuery` implements `std::hash::Hash`

Pull Request - State: closed - Opened by cratelyn about 2 years ago

#581 - feat: Add one Grammatical sugar

Pull Request - State: closed - Opened by tu6ge about 2 years ago - 2 comments

#580 - Why need to wrap with Option before downcast?

Issue - State: closed - Opened by npuichigo about 2 years ago - 3 comments

#579 - chore: Fix MSRV CI test

Pull Request - State: closed - Opened by LucioFranco about 2 years ago

#578 - Add HeaderMap collect from array

Pull Request - State: closed - Opened by light4 about 2 years ago - 3 comments

#577 - Make it easier to mutate query parameters in `Uri`

Issue - State: open - Opened by jdisanti over 2 years ago - 1 comment
Labels: S-feature, B-rfc, A-uri

#576 - chore: Update msrv to 1.56

Pull Request - State: closed - Opened by LucioFranco over 2 years ago - 6 comments

#575 - chore: Fix CI

Pull Request - State: closed - Opened by LucioFranco over 2 years ago

#574 - Add `Clone` for Request/Response/Extensions

Pull Request - State: closed - Opened by LucioFranco over 2 years ago - 13 comments
Labels: B-rfc, A-extensions, B-breaking

#573 - Define policy for which header name constants to include

Issue - State: open - Opened by seanmonstar over 2 years ago - 10 comments
Labels: B-rfc, A-headers

#572 - Add Permissions-Policy header

Pull Request - State: open - Opened by paolobarbolini over 2 years ago - 2 comments

#571 - `InvalidUri` errors could probably include the invalid bytes

Issue - State: open - Opened by hawkw over 2 years ago - 8 comments

#569 - Make StatusCode::as_str() return a &'static str explicitly

Pull Request - State: open - Opened by fasterthanlime over 2 years ago - 1 comment

#568 - Fix typo and lint error from clippy

Pull Request - State: open - Opened by npuichigo over 2 years ago - 1 comment

#567 - Any reason HeaderMap is generic

Issue - State: open - Opened by vasilakisfil over 2 years ago

#566 - Why add _priv will allow extending in the future

Issue - State: closed - Opened by npuichigo over 2 years ago

#565 - feat: Allow unicode in uri

Pull Request - State: closed - Opened by Xuanwo over 2 years ago

#564 - Panics in const fn are now stable

Issue - State: open - Opened by vabka over 2 years ago - 4 comments

#563 - no_std support

Pull Request - State: open - Opened by olanod over 2 years ago - 10 comments

#562 - Implement COOP and COEP

Pull Request - State: open - Opened by daxpedda over 2 years ago - 3 comments

#561 - update: export HeaderName from crate root

Pull Request - State: closed - Opened by Velfi over 2 years ago

#560 - chore: Pin indexmap to `<=1.8` for ci

Pull Request - State: closed - Opened by LucioFranco over 2 years ago

#559 - lib.rs intra-doc links

Pull Request - State: closed - Opened by lgmsantos over 2 years ago - 1 comment

#558 - Would you consider implementing as_str for http::Version?

Issue - State: closed - Opened by ho-229 over 2 years ago - 2 comments

#557 - refactor: rename header and types to field

Pull Request - State: open - Opened by neoeinstein over 2 years ago

#556 - Prepare v0.2.8

Pull Request - State: closed - Opened by seanmonstar over 2 years ago

#555 - Convert header::name to use MaybeUninit

Pull Request - State: closed - Opened by seanmonstar over 2 years ago

#554 - Compile failed for v-0.2.7 error[E0015]

Issue - State: open - Opened by KunPengRen over 2 years ago - 1 comment

#553 - Fix `doc(hidden)` errors.

Pull Request - State: closed - Opened by nnethercote over 2 years ago

#552 - Failed to build 0.2.7

Issue - State: closed - Opened by kafji almost 3 years ago - 4 comments

#551 - Add `no_std` support

Issue - State: open - Opened by Stupremee almost 3 years ago - 6 comments
Labels: S-feature, E-medium

#550 - Update changelog to include msrv

Pull Request - State: closed - Opened by LucioFranco almost 3 years ago

#549 - Prepare v0.2.7

Pull Request - State: closed - Opened by seanmonstar almost 3 years ago

#548 - Update some links

Pull Request - State: closed - Opened by atouchet almost 3 years ago