mirror of https://github.com/fafhrd91/actix-web
make Uri in http::header private
This commit is contained in:
parent
b66866d2d1
commit
f96a21f1fa
|
@ -14,7 +14,7 @@ use std::fmt;
|
|||
// - the few typed headers from actix-http
|
||||
// - header parsing utils
|
||||
pub use actix_http::header::*;
|
||||
pub use actix_http::Uri;
|
||||
use actix_http::Uri;
|
||||
use bytes::{Bytes, BytesMut};
|
||||
|
||||
mod accept;
|
||||
|
|
Loading…
Reference in New Issue