mirror of https://github.com/fafhrd91/actix-web
Re-export mime types for easier access #3603
This commit is contained in:
parent
74c1c3de59
commit
c9f0b2791b
|
@ -79,6 +79,7 @@ pub use actix_http::{body, HttpMessage};
|
||||||
#[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