mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 09:36:39 +02:00
upgrade to tokio 0.2
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use std::collections::hash_map::{self, Entry};
|
||||
use std::convert::TryFrom;
|
||||
|
||||
use either::Either;
|
||||
use fxhash::FxHashMap;
|
||||
use http::header::{HeaderName, HeaderValue};
|
||||
use http::HttpTryFrom;
|
||||
|
||||
/// A set of HTTP headers
|
||||
///
|
||||
|
Reference in New Issue
Block a user