mirror of
https://github.com/fafhrd91/actix-web
synced 2025-05-19 07:23:17 +02:00
* Re-export mime types for easier access #3603 * docs: update changelog --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
25511dfb38
commit
65f254d1b2
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
- Add `HttpServer::shutdown_signal()` method.
|
- Add `HttpServer::shutdown_signal()` method.
|
||||||
- Mark `HttpServer` as `#[must_use]`.
|
- Mark `HttpServer` as `#[must_use]`.
|
||||||
|
- Re-export `mime` dependency.
|
||||||
- Update `brotli` dependency to `8`.
|
- Update `brotli` dependency to `8`.
|
||||||
|
|
||||||
## 4.10.2
|
## 4.10.2
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user