v0.4.0
版本发布时间: 2022-04-18 18:47:33
programatik29/axum-server最新发布版本:v0.7.1(2024-07-31 21:41:38)
- Added TLS handshake timeout(10 seconds).
- In
RustlsConfig
:from_pem
andfrom_pem_file
methods now accept EC keys. -
added: Added
AddrIncomingConfig
to allow configuration ofhyper::server::conn::AddrIncoming
. -
added: Added
HttpConfig::http1_header_read_timeout
. -
breaking: Changed
Handle::listening
return type toOption<SocketAddr>
. If binding fails,Option::None
will be returned.