feat(headers): adds Accept
Moved utils to shared/. Added quality_value.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use header::{Header, HeaderFormat};
|
||||
use std::fmt::{mod, Show};
|
||||
use super::util::from_one_raw_str;
|
||||
use header::shared::util::from_one_raw_str;
|
||||
|
||||
/// The `User-Agent` header field.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user