Releases: sbstp/attohttpc
Releases · sbstp/attohttpc
v0.10.1
v0.10.0
v0.9.0
- Fix a bug which caused the charsets text decoder to panic #32 @adamreichold
- Add
Accept: */*
and User-Agent headers if not provided by user @sbstp - Improve chunked encoding reader to avoid a layer of buffering @adamreichold
- Add limits on the length of lines read in the chunked encoding reader and the header parser @adamreichold
- Remove implementation of
Error::description
@adamreichold - Improve the Happy Eyeballs code to make it cleaner and better @adamreichold
v0.8.0
v0.7.0
- Update version of the
http
crate @adamreichold
v0.6.0
- Add basic auth support on Linux when openssl is used @adamreichold
- Improve redirect logic, avoid allocation @adamreichold
- Update version of
url
andenv_logger
@adamreichold - Use
ToString
instead ofDisplay
in the query string param functions @adamreichold