What's Changed
- Add
FromStr
fordns::Name
. - Add
ClientBuilder::built_in_webpki_certs(bool)
to enable them separately. - Add
ClientBuilder::built_in_native_certs(bool)
to enable them separately. - Fix sending
content-length: 0
for GET requests. - Fix response body
content_length()
to return value when timeout is configured. - Fix
ClientBuilder::resolve()
to use lowercase domain names.
New Contributors
- @zuisong made their first contribution in #2207
- @djc made their first contribution in #2222
- @krant made their first contribution in #2226
- @Kriskras99 made their first contribution in #2236
Full Changelog: v0.12.2...v0.12.3