feat(headers): adds Accept
Moved utils to shared/. Added quality_value.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| use header::{Header, HeaderFormat}; | ||||
| use std::fmt::{mod, Show}; | ||||
| use std::str::FromStr; | ||||
| use super::util::{from_comma_delimited, fmt_comma_delimited}; | ||||
| use header::shared::util::{from_comma_delimited, fmt_comma_delimited}; | ||||
|  | ||||
| pub use self::ConnectionOption::{KeepAlive, Close, ConnectionHeader}; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user