Releases: sbstp/attohttpc
Releases · sbstp/attohttpc
v0.21.0
- #123
basic-auth
support on all platforms
v0.20.0
- #122 add
tls-vendored
feature
- #119 fix a timeout/closesocket issue on Windows
v0.19.1
#116 always stream multipart body because of issue in multipart
v0.19.0
#114 disable default features of multipart for security purposes
v0.18.0
- Update dependencies #110
- Support using feature
tls-rustls
with name rustls
#111
v0.16.3
- Accept invalid location headers #99
v0.16.2
- Prevent request timeout from resetting on redirects #86
- Use lossy utf-8 convertion for text when
charsets
is not enabled, matches behavior of when charsets
feature is enabled #88
- Drop invalid headers #96
- Support line folder headers #97
- Trim chunk size before parsing in chunked decoder #98
v0.16.1
- Switch pipelines to Github Actions #83
- Fix error returned when timeouts occur on Windows #83
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
on Response
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