hyperium / hyperium/hyper

Publicly reexport the http crate

Open Beginner friendly
#2,652 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-feature
Dominant language
Rust
Stars
16.3k
Forks
1.8k
Avg merge
1d 22h
Merged PRs (30d)
14

Description

The http crate is already a public dependency of Hyper, and some items from it are already exported from Hyper. Let's remove the #[doc(hidden)] on pub use http;.

Projects out there sometimes need to use http::uri::Authority and other http items and that means depending on both http and hyper, which can be a papercut when either requires a breaking bump.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate Hyper's pub use http; declaration and inspect its current documentation attribute. Remove the #[doc(hidden)] marker, then run the relevant Hyper test or documentation checks to confirm the http crate is publicly visible and its items remain accessible.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.