refactor(headers): expose RangeUnit in hyper::header

Allow RangeUnit to be used from user crates.
This commit is contained in:
Chandler Latour
2015-05-28 16:49:25 -06:00
parent 1e5d7d403b
commit 020db5769d

View File

@@ -16,7 +16,7 @@ pub use self::access_control_request_method::AccessControlRequestMethod;
pub use self::accept_charset::AcceptCharset;
pub use self::accept_encoding::AcceptEncoding;
pub use self::accept_language::AcceptLanguage;
pub use self::accept_ranges::AcceptRanges;
pub use self::accept_ranges::{AcceptRanges, RangeUnit};
pub use self::allow::Allow;
pub use self::authorization::{Authorization, Scheme, Basic};
pub use self::cache_control::{CacheControl, CacheDirective};