Rob Ede
|
fb036264cc
|
only build SslConnectorBuilder once (#2503)
|
2021-12-18 16:44:30 +00:00 |
|
fakeshadow
|
e7987e7429
|
awc: support http2 over plain tcp with feature flag (#2439)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-11-22 18:16:56 +00:00 |
|
fakeshadow
|
946cccaa1a
|
refactor awc::ClientBuilder (#2008)
|
2021-02-18 12:30:09 +00:00 |
|
Rob Ede
|
7fa6333a0c
|
use rcgen for tls key generation (#1989)
|
2021-02-13 17:16:36 +00:00 |
|
Rob Ede
|
9eaea6a2fd
|
tweak feature flags
|
2021-02-07 03:54:58 +00:00 |
|
fakeshadow
|
32de9f8840
|
Tokio 1.0 (#1813)
Co-authored-by: Rob Ede <robjtede@icloud.com>
|
2021-01-03 23:47:04 +00:00 |
|
Igor Aleksanov
|
121075c1ef
|
awc: Rename Client::build to Client::builder (#1665)
|
2020-09-11 09:24:39 +01:00 |
|
Yuki Okushi
|
92b5bcd13f
|
Check format and tweak CI config (#1619)
|
2020-07-22 00:28:33 +01:00 |
|
Yuki Okushi
|
e718f65121
|
Update tests
|
2020-03-08 16:42:45 +09:00 |
|
Maxim Vorobjov
|
10e3e72595
|
Http2 client configuration to improve performance (#1394)
* add defaults for http2 client configuration
* fix spaces
* Add changes text for extended H2 defaults buffers
* client: configurable H2 window sizes and max_http_version
* add H2 window size configuration and max_http_version to awc::ClientBuilder
* add awc::ClientBuilder H2 window sizes and max_http_version
* add test for H2 window size settings
* cleanup comment
* Apply code review fixes
* Code review fix for awc ClientBuilder
* Remove unnecessary comments on code review
* pin quote version to resolve build issue
* max_http_version to accept http::Version
* revert fix for quote broken build
|
2020-03-07 11:09:31 +09:00 |
|