Releases: sbstp/attohttpc
Releases · sbstp/attohttpc
v0.16.3
v0.16.2
v0.16.1
v0.16.0
- Add support for http proxies, configuring proxies on the request builder and session, and detecting proxies automatically using environment variables #77 #75 #80
- Implement
Read
onResponse
to read bytes from a Response. #79 - Set target in logs created by the crate to make it easier to filter them out #76
- Improve abstraction of TLS interfaces, methods to disable TLS verification are now available for
rustls
as well #69 - Update multipart and mime crates #78
v0.15.0
v0.14.0
v0.13.0
- Update rustls and webpki-roots dependencies @adamreichold #57
- Fix clippy warnings and add clippy to CI @adamreichold #57
- Add the
Response::error_for_status
method @adamreichold #58 - Add the
Body
trait to permit users to implement sending a body on any object #59 - Add the
inspect()
method on theRequestBuilder
trait to inspect the data contained in the fields @adamreichold #61, see #60 for use cases - Add support for chunked request bodies @adamreichold #62
- Add a method for streaming a JSON body in the request @adamreichold #65
v0.12.0
- Add support for rustls as an alternative to native-tls #51 @adamreichold
- Add a new Session struct that can be used to carry settings over multiple requests #52 @sbstp
- Fix a bug when trying to connect to an IPv6 address that uses brackets #54 @adamreichold reported by @gh0st42