mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Upgrade headers, headers-core, and hyper_serde.
This commit is contained in:
parent
99cf263add
commit
b1510d9ad5
25 changed files with 97 additions and 182 deletions
|
@ -14,11 +14,11 @@ use devtools_traits::{ChromeToDevtoolsControlMsg, DevtoolsControlMsg, NetworkEve
|
|||
use flate2::write::{DeflateEncoder, GzEncoder};
|
||||
use flate2::Compression;
|
||||
use futures::{self, Future, Stream};
|
||||
use headers_core::HeaderMapExt;
|
||||
use headers_ext::{
|
||||
AccessControlAllowOrigin, Authorization, Basic, ContentLength, Date, Host, Origin,
|
||||
use headers::authorization::Basic;
|
||||
use headers::{
|
||||
AccessControlAllowOrigin, Authorization, ContentLength, Date, HeaderMapExt, Host, Origin,
|
||||
StrictTransportSecurity, UserAgent,
|
||||
};
|
||||
use headers_ext::{StrictTransportSecurity, UserAgent};
|
||||
use http::header::{self, HeaderMap, HeaderValue};
|
||||
use http::uri::Authority;
|
||||
use http::{Method, StatusCode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue