Skip to content

Commit a514a37

Browse files
committed
move unimplemented headers to disabled folder
1 parent f585f2e commit a514a37

17 files changed

+3
-1
lines changed

headers-ext/src/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ fn test_encode<T: ::headers_core::Header>(header: T) -> ::http::HeaderMap {
8686
map
8787
}
8888

89+
//mod accept;
8990
//mod accept_charset;
9091
//mod accept_encoding;
9192
//mod accept_language;
9293
mod accept_ranges;
93-
//mod accept;
9494
mod access_control_allow_credentials;
9595
mod access_control_allow_headers;
9696
mod access_control_allow_methods;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

headers-ext/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ pub use headers_core::{
2222
HeaderMapExt,
2323
};
2424

25+
#[doc(hidden)]
2526
pub use http::HeaderMap;
2627

28+
#[doc(hidden)]
2729
pub use http::header::{
2830
HeaderName,
2931
HeaderValue,

0 commit comments

Comments
 (0)