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
#723 - Should the lib text be changed to not say "early in lifecycle" and to provide highlights?
Issue -
State: open - Opened by alistaircarscadden 15 days ago
- 1 comment
Labels: E-easy, S-docs
#722 - docs: fix docs failing to compile (#721)
Pull Request -
State: closed - Opened by gretchenfrage 26 days ago
#721 - `cargo doc` fails due to "redundant explicit link target"
Issue -
State: closed - Opened by gretchenfrage 26 days ago
#720 - feat(wasi): add `wasi` crate support
Pull Request -
State: closed - Opened by rvolosatovs 28 days ago
- 2 comments
#719 - Add missing headers
Pull Request -
State: open - Opened by 39zde about 1 month ago
#718 - fix typos
Pull Request -
State: closed - Opened by 39zde about 1 month ago
#717 - feat: add support for HTTP QUERY method
Pull Request -
State: open - Opened by jgresty about 1 month ago
#716 - Remove double quote from header name validation as per spec
Pull Request -
State: closed - Opened by chen-hongzhi 2 months ago
#715 - feat(path-and-query): allow utf8 char, not rfc 3986 compliant, in path and query
Pull Request -
State: open - Opened by joelwurtz 3 months ago
#714 - Correct documentation for the last-modified http header.
Pull Request -
State: closed - Opened by wyatt-herkamp 4 months ago
#713 - Allow characters `#`, `$`, `%`, `&`, `'` in HTTP method
Pull Request -
State: closed - Opened by franfastly 4 months ago
#712 - RFC: Add `parts_mut() -> &mut Parts` to allow mutate parts directly
Issue -
State: closed - Opened by Xuanwo 4 months ago
- 1 comment
#711 - Allow empty authority
Pull Request -
State: closed - Opened by PawelBis 4 months ago
#710 - fix: capacity handling in HeaderMap::try_with_capacity(#353)
Pull Request -
State: open - Opened by dlzht 5 months ago
#709 - HeaderMap::try_with_capacity can panic when capacity is large
Issue -
State: open - Opened by dlzht 5 months ago
#708 - fix: off by 1 error in Method::from_bytes
Pull Request -
State: open - Opened by dlzht 5 months ago
#707 - Skip checking twice for non-zero status code in `StatusCode::from_u16`
Pull Request -
State: open - Opened by CMDJojo 5 months ago
- 4 comments
#706 - Request headers containing Russian (and possibly other non-English) characters fail with `UTF-8 encoding error`
Issue -
State: closed - Opened by jamilbk 5 months ago
- 1 comment
#705 - Improve documentation for the `insert` method
Pull Request -
State: open - Opened by Asudox 5 months ago
#704 - `index out of bounds` when parsing a valid header value
Issue -
State: closed - Opened by IgnisDa 5 months ago
- 2 comments
#703 - refactor(lib): use `#[non_exhaustive]`
Pull Request -
State: closed - Opened by SandaruKasa 5 months ago
- 2 comments
#702 - refactor(name): simplify `uninit_u8_array`
Pull Request -
State: open - Opened by SandaruKasa 5 months ago
#701 - How to append a queryparams string after using uri_mut().into_parts()?
Issue -
State: closed - Opened by overheat 6 months ago
- 1 comment
#700 - Add 420 Enhance Your Calm status code
Issue -
State: open - Opened by Object905 6 months ago
#699 - feat(status-code): `impl Deref for StatusCode` to read the inner value
Pull Request -
State: closed - Opened by sivizius 6 months ago
- 3 comments
#698 - Allow empty authority in absolute URIs
Pull Request -
State: open - Opened by andrewbaxter 7 months ago
- 3 comments
#697 - refactor(lib): apply small refactoring
Pull Request -
State: closed - Opened by tottoto 7 months ago
#696 - Uri does not parse valid URIs with empty authority portion
Issue -
State: open - Opened by dfawley 7 months ago
- 1 comment
#695 - docs: Fixed encryption/compression type for 'accept-encoding: identity'
Pull Request -
State: open - Opened by jpds 7 months ago
#694 - simplified code
Pull Request -
State: open - Opened by wandercn 8 months ago
- 1 comment
#693 - Failed to parse a valid url
Issue -
State: closed - Opened by MatrixDev 8 months ago
- 1 comment
#692 - Rename UNPROCESSABLE_ENTITY to UNPROCESSABLE_CONTENT
Pull Request -
State: open - Opened by Pi-Cla 8 months ago
- 8 comments
#689 - feat: add strict version of uri parsing
Pull Request -
State: open - Opened by dswij 8 months ago
#688 - Fix `html_root_url`
Pull Request -
State: closed - Opened by LukeMathWalker 8 months ago
- 3 comments
#687 - `http::uri::Uri` is excessively large and makes unnecessary allocations
Issue -
State: closed - Opened by K4rakara 9 months ago
- 2 comments
#686 - Invalid uri parse
Issue -
State: closed - Opened by incker 9 months ago
- 1 comment
#685 - Backport 0.2 fix HeaderName::from_lowercase
Pull Request -
State: closed - Opened by seanmonstar 9 months ago
#684 - fix: HeaderName::from_lowercase allowing NUL bytes in some cases
Pull Request -
State: closed - Opened by seanmonstar 9 months ago
#683 - Backport 0.2.x: try_reserve
Pull Request -
State: closed - Opened by seanmonstar 9 months ago
#682 - feat: add `HeaderMap::try_` methods to handle capacity overflow
Pull Request -
State: closed - Opened by seanmonstar 9 months ago
#681 - http::method::Method::FromStr implementation allows invalid methods, conflicting with from_str documentation
Issue -
State: closed - Opened by DaniD3v 9 months ago
- 2 comments
#680 - Allow using `as_u16` in const contexts
Pull Request -
State: open - Opened by WhyNotHugo 9 months ago
#679 - chore(lib): remove importing prelude AsRef trait
Pull Request -
State: closed - Opened by tottoto 9 months ago
#678 - refactor(lib): use non_exhaustive macro for future field expanding instead of manual implementation
Pull Request -
State: open - Opened by tottoto 9 months ago
#677 - refactor(lib): apply small refactoring
Pull Request -
State: closed - Opened by tottoto 9 months ago
#676 - refactor(lib): move request and response trait bound assertion to test
Pull Request -
State: closed - Opened by tottoto 9 months ago
- 2 comments
#675 - chore(dependencies): remove unused indexmap and seahash crate
Pull Request -
State: closed - Opened by tottoto 9 months ago
#674 - chore: update to quickcheck 1
Pull Request -
State: closed - Opened by tottoto 9 months ago
#673 - chore: remove unused `Sealed`
Pull Request -
State: closed - Opened by dswij 9 months ago
#672 - impl std::error::Error for StatusCode
Issue -
State: closed - Opened by fakeshadow 10 months ago
- 1 comment
#671 - Add a `Display` impl for `Request` and `Response` to reconstruct the raw HTTP message
Issue -
State: closed - Opened by tgross35 10 months ago
- 2 comments
#670 - Allow customizing header casing
Issue -
State: open - Opened by svix-jplatte 10 months ago
#669 - feat: implement from uri for builder
Pull Request -
State: open - Opened by tottoto 10 months ago
#668 - 1.0 vs 0.2 incompatibility
Issue -
State: closed - Opened by alexheretic 10 months ago
- 1 comment
#667 - Override some provided `Iterator` methods for header map's `Keys`
Pull Request -
State: closed - Opened by LukasKalbertodt 10 months ago
#666 - can't parse uri without scheme but having path
Issue -
State: closed - Opened by swanandx 10 months ago
- 4 comments
#665 - const fn for `StatusCode::as_u16`
Issue -
State: open - Opened by y-haidar 10 months ago
- 1 comment
#664 - Rename 422 from "Unprocessable Entity" to "Unprocessable Content"
Issue -
State: open - Opened by xpe 10 months ago
#663 - Why does canonical_reason() return a Option?
Issue -
State: closed - Opened by danechitoaie 11 months ago
- 3 comments
#662 - Clear contents of sensitive header values on drop
Issue -
State: open - Opened by Cyborus04 11 months ago
- 2 comments
#661 - Any way to convert `HeaderValue` to `Bytes` without copying?
Issue -
State: open - Opened by stackinspector 11 months ago
- 1 comment
#660 - Fix typo in Response documentation
Pull Request -
State: closed - Opened by mattgathu 11 months ago
#659 - Implement compile-time hashing for `HeaderName::from_static`
Pull Request -
State: open - Opened by itrofimow 11 months ago
#658 - ci: add a semver check
Pull Request -
State: closed - Opened by seanmonstar 12 months ago
#657 - ci: use a single ci-pass job that depends on the rest
Pull Request -
State: closed - Opened by seanmonstar 12 months ago
#656 - Add get_or_insert methods to Extensions
Pull Request -
State: closed - Opened by sfackler 12 months ago
#655 - provide entry or entry-like methods for Extensions
Issue -
State: closed - Opened by GlenDC 12 months ago
- 6 comments
#654 - Chore: use HTTPS links where possible
Pull Request -
State: closed - Opened by LukeMathWalker 12 months ago
#653 - Feature request: compile-time hashes for `HeaderName::from_static`
Issue -
State: open - Opened by itrofimow 12 months ago
- 9 comments
Labels: B-rfc, A-headers, S-performance
#652 - Fix typo: 'an multimap' -> 'a multimap'
Pull Request -
State: closed - Opened by julianbraha 12 months ago
#651 - has any way to export request/response message like go?
Issue -
State: closed - Opened by greenhat616 almost 1 year ago
- 1 comment
#650 - Update version number in Readme
Pull Request -
State: closed - Opened by atouchet about 1 year ago
#649 - chore(ci): update to actions/checkout@v4
Pull Request -
State: closed - Opened by tottoto about 1 year ago
#648 - Change CI to have a single top "ci-pass" requirement
Issue -
State: closed - Opened by seanmonstar about 1 year ago
- 1 comment
Labels: E-easy
#644 - Add miri ci
Pull Request -
State: closed - Opened by hjr3 about 1 year ago
#643 - Prepare v0.2.11
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
#642 - fix MIRI error in header::Iter
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
- 3 comments
#641 - Fix MIRI test
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
- 1 comment
#640 - Fix miri error
Pull Request -
State: closed - Opened by hjr3 about 1 year ago
- 3 comments
#639 - HeaderMap error: Undefined Behavior: trying to retag from _ for Unique permission
Issue -
State: closed - Opened by hjr3 about 1 year ago
- 3 comments
#638 - chore(ci): check minimal versions
Pull Request -
State: open - Opened by tottoto about 1 year ago
#637 - feat: add default std feature
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
- 1 comment
Labels: B-breaking
#636 - Start 1.0
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
#635 - Prepare v0.2.10
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
#634 - feat: implement Clone for Request, Response, Extensions
Pull Request -
State: closed - Opened by seanmonstar about 1 year ago
Labels: B-breaking
#633 - chore: fix typos
Pull Request -
State: closed - Opened by xiaolou86 about 1 year ago
#632 - A feature request: implement `retain` on HeaderMap
Issue -
State: open - Opened by bassmanitram about 1 year ago
#631 - Add optional serde support for top level types
Pull Request -
State: closed - Opened by andrewtoth about 1 year ago
- 2 comments
#630 - [ISSUE #629]Fix some spelling mistakes
Pull Request -
State: closed - Opened by mxsm about 1 year ago
#629 - Fix some spelling mistakes
Issue -
State: closed - Opened by mxsm about 1 year ago
- 1 comment
#628 - Resolve arith overflow on with_capacity
Pull Request -
State: closed - Opened by HeeillWang about 1 year ago
- 2 comments
#627 - Arithmetic overflow found on `with_capacity()`
Issue -
State: open - Opened by HeeillWang about 1 year ago
- 4 comments
#626 - Arithmetic overflow found on `to_raw_capacity()`
Issue -
State: closed - Opened by HeeillWang about 1 year ago
#625 - `PartialEq`/`Ord` impls for `Authority` ignores case of userinfo part
Issue -
State: open - Opened by tesaguri about 1 year ago
#624 - Add sockaddr authority
Pull Request -
State: open - Opened by mcr about 1 year ago
- 2 comments
#623 - Implement From<PathAndQuery> for Bytes
Pull Request -
State: open - Opened by WhyNotHugo about 1 year ago
- 2 comments
#622 - Making `http::uri::PathAndQuery::from_shared` public
Issue -
State: closed - Opened by WhyNotHugo about 1 year ago
- 2 comments
#621 - Format the code to clippy's format and add rustfmt::skip on bytes map
Pull Request -
State: closed - Opened by thibault-cne about 1 year ago
#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