web-v4.8.0
版本发布时间: 2024-06-20 07:24:01
actix/actix-web最新发布版本:web-v4.9.0(2024-08-10 10:22:16)
Added
- Add
web::Html
responder. - Add
HttpRequest::full_url()
method to get the complete URL of the request.
Fixed
- Always remove port from return value of
ConnectionInfo::realip_remote_addr()
when handling IPv6 addresses. from theForwarded
header. - The
UrlencodedError::ContentType
variant (relevant to theForm
extractor) now uses the 415 (Media Type Unsupported) status code in it'sResponseError
implementation. - Apply
HttpServer::max_connection_rate()
setting when using rustls v0.22 or v0.23.