mirror of
https://github.com/fafhrd91/actix-web
synced 2025-05-18 23:15:19 +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.
|
||||
- Mark `HttpServer` as `#[must_use]`.
|
||||
- Re-export `mime` dependency.
|
||||
- Update `brotli` dependency to `8`.
|
||||
|
||||
## 4.10.2
|
||||
|
@ -78,7 +78,7 @@ pub use actix_http::{body, HttpMessage};
|
||||
#[cfg(feature = "cookies")]
|
||||
#[doc(inline)]
|
||||
pub use cookie;
|
||||
|
||||
pub use mime;
|
||||
mod app;
|
||||
mod app_service;
|
||||
mod config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user