refactor(headers): improve Range header adherence to HTTP spec

This commit is contained in:
lame-nickname
2015-06-22 18:49:34 +02:00
parent c3935d657e
commit f7504c3a9c
2 changed files with 116 additions and 59 deletions

View File

@@ -40,7 +40,7 @@ pub use self::if_range::IfRange;
pub use self::last_modified::LastModified;
pub use self::location::Location;
pub use self::pragma::Pragma;
pub use self::range::{Range, RangeSpec};
pub use self::range::{Range, ByteRangeSpec};
pub use self::referer::Referer;
pub use self::server::Server;
pub use self::set_cookie::SetCookie;