What's Changed
- Add
Proxy::custom_http_auth(val)
for setting the rawProxy-Authorization
header when connecting to proxies. - Fix redirect to reject locations that are not
http://
orhttps://
. - Fix setting
nodelay
when TLS is enabled but URL is HTTP. - (wasm) Add
ClientBuilder::user_agent(val)
. - (wasm) add
multipart::Form::headers(headers)
.
New Contributors
- @tnull made their first contribution in #1993
- @FirelightFlagboy made their first contribution in #2018
- @bitfl0wer made their first contribution in #2036
- @tshepang made their first contribution in #2048
- @Noah-Kennedy made their first contribution in #2053
- @abls made their first contribution in #2062
- @lorepozo made their first contribution in #2064
- @jan-auer made their first contribution in #2068