Sean McArthur
3ac277b1f0
fix(ssl): set_hostname on ssl connections
2014-12-11 20:27:37 -08:00
Sean McArthur
36429ab50c
refactor(net): NetworkConnecter no longer is for static usage
...
Instead, you can use an instance of a NetworkConnector with
`Request::with_connector`. This allows overloading of the NetworkStream
constructors, so that it is easy to modify how an `HttpStream` is
created, while still relying on the rest of the stream implementation.
BREAKING CHANGE
2014-12-04 17:39:38 -08:00
Jonathan Reem
368e46d3d9
Merge pull request #118 from hyperium/headers-clone
...
make Headers implement Clone
2014-11-21 05:16:38 -08:00
Jonathan Reem
7f2a01fca3
(fix) Fix benchmarks for rust API changes.
2014-11-19 15:13:30 -08:00
Sean McArthur
14d3209a72
make Headers implement Clone
2014-11-17 11:19:07 -08:00
Sean McArthur
3d7820d17e
update using ToSocketAddr
2014-11-06 17:55:32 -08:00
Sean McArthur
4dd1fc5642
update benches with trait splits
2014-10-31 16:00:34 -07:00
Jonathan Reem
60af7c4565
(fix) fail! to panic!
2014-10-30 01:08:46 -07:00
Sean McArthur
145a97377b
fix deprecated usage in bench
2014-09-27 14:10:35 -07:00
Sean McArthur
42e69e1f2e
ssl for the client
2014-09-15 21:12:19 -07:00
Sean McArthur
c40b5b0c53
Request::with_stream to use a different NetWorkStream in Client
...
added benches for mocking out the tcp process
2014-09-11 08:26:03 -07:00