v0.10.10
版本发布时间: 2021-01-06 02:23:25
seanmonstar/reqwest最新发布版本:v0.12.8(2024-10-01 02:14:22)
- Add
tcp_keepalive
option toblocking::ClientBuilder
. - Add
multipart::Part::stream_with_length
constructor, to create a streaming part with a known length. - Add
ClientBuilder::https_only
option, to allow requiring URLs to behttps
. - Change default
tcp_keepalive
value to be disabled.