Carl Lerche
faf59f7e24
Split response future from client::Stream ( #153 )
2017-10-16 20:17:07 -07:00
Sean McArthur
f8efb053b9
split Client into (Client, Connection) ( #107 )
...
The Connection type is a `Future` that drives all of the IO of the
client connection.
The Client type is separate, and is used to send requests into the
connection.
2017-09-28 16:55:12 -07:00
Carl Lerche
8911ee2a4b
Remove h2-test-support crate ( #119 )
...
The h2-test-support caused the unstable flag to always be enabled.
2017-09-25 22:28:39 -07:00
Oliver Gould
dad113e17b
Disallow nightly failures ( #115 )
...
Always install rustfmt since nightly may change underneath it, causing
linking to break.
Apply rustfmt
2017-09-24 19:25:50 -07:00
Carl Lerche
e049dcb62b
Rename Client::request -> send_request ( #98 )
...
All other fns have a send prefix.
2017-09-18 21:22:15 -07:00
Sean McArthur
a8a4cd2be1
add Client config to disable server push
...
- Adds `Client::builder().enable_push(false)` to disable push
- Client sends a GO_AWAY if receiving a push when it's disabled
2017-09-18 10:49:35 -07:00