We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9b996 commit 0de99deCopy full SHA for 0de99de
headers-core/Cargo.toml
@@ -8,6 +8,7 @@ homepage = "https://hyper.rs"
8
repository = "https://github.com/hyperium/headers"
9
authors = ["Sean McArthur <sean@seanmonstar.com>"]
10
keywords = ["http", "headers", "hyper", "hyperium"]
11
+edition = "2018"
12
rust-version = "1.49"
13
14
[dependencies]
headers-core/src/lib.rs
@@ -8,8 +8,6 @@
//! This is the core crate of the typed HTTP headers system, providing only
//! the relevant traits. All actual header implementations are in other crates.
-extern crate http;
-
pub use http::header::{self, HeaderName, HeaderValue};
15
use std::error;
0 commit comments