mirror of https://github.com/fafhrd91/actix-web
Re-export mime types for easier access #3603
This commit is contained in:
parent
74c1c3de59
commit
0de42a2c32
|
@ -78,7 +78,7 @@ pub use actix_http::{body, HttpMessage};
|
||||||
#[cfg(feature = "cookies")]
|
#[cfg(feature = "cookies")]
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use cookie;
|
pub use cookie;
|
||||||
|
pub use mime;
|
||||||
mod app;
|
mod app;
|
||||||
mod app_service;
|
mod app_service;
|
||||||
mod config;
|
mod config;
|
||||||
|
|
Loading…
Reference in New Issue