Added
- Implement
Responder
forResult<(), E: Into<Error>>
. ReturningOk(())
responds with HTTP 204 No Content.
Changed
- On Windows, an error is now returned from
HttpServer::bind()
(or TLS variants) when binding to a socket that's already in use. - Update
brotli
dependency to7
. - Minimum supported Rust version (MSRV) is now 1.75.