v0.4.0
- Added TLS handshake timeout(10 seconds).
- In
RustlsConfig
:from_pem
andfrom_pem_file
methods now accept EC
keys. - added: Added
AddrIncomingConfig
to allow configuration of
hyper::server::conn::AddrIncoming
. - added: Added
HttpConfig::http1_header_read_timeout
. - breaking: Changed
Handle::listening
return type to
Option<SocketAddr>
. If binding fails,Option::None
will be returned.