move other header parse utils to util module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use header::{Header, HeaderFormat};
|
||||
use std::fmt;
|
||||
use std::str::FromStr;
|
||||
use super::{from_comma_delimited, fmt_comma_delimited};
|
||||
use super::util::{from_comma_delimited, fmt_comma_delimited};
|
||||
|
||||
/// The `Transfer-Encoding` header.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user