refactor(lib): moved LanguageTag export to header
BREAKING CHANGE: LanguageTag used to be at the crate root, but it is now in the `hyper::header` module.
This commit is contained in:
@@ -15,7 +15,9 @@ pub use self::request::Request;
|
||||
pub use self::response::Response;
|
||||
|
||||
use http::{self, Next};
|
||||
use net::{Accept, HttpListener, HttpsListener, SslServer, Transport};
|
||||
|
||||
pub use net::{Accept, HttpListener, HttpsListener};
|
||||
use net::{SslServer, Transport};
|
||||
|
||||
|
||||
mod request;
|
||||
|
||||
Reference in New Issue
Block a user