Publicly reexport the http crate

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

Nobody has claimed this yet.

Assessment

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

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.

Description

C-feature

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.

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

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.

More from hyperium/hyper

All issues in hyperium/hyper

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.