- Add
Error::is_connect()
which returns true if error came from clientConnect
. - Add timer support to
legacy
pool. - Add support to enable http1/http2 parts of
auto::Builder
individually.
- Fix
auto
connection so it can handle requests shorter than the h2 preface. - Fix
legacy::Client
to no longer error when keep-alive is diabled.
- Add
graceful_shutdown()
method toauto
connections. - Add
rt::TokioTimer
type that implementshyper::rt::Timer
. - Add
service::TowerToHyperService
adapter, allowing usingtower::Service
s as ahyper::service::Service
. - Implement
Clone
forauto::Builder
. - Exports
legacy::{Builder, ResponseFuture}
.
- Enable HTTP/1 upgrades on the
legacy::Client
. - Prevent divide by zero if DNS returns 0 addresses.
- Make
server-auto
enable theserver
feature.
- Reduce
Send
bounds requirements forauto
connections. - Docs: enable all features when generating.
Initial release.