Skip to content

Releases: sbstp/attohttpc

v0.10.1

14 Jan 01:43
Compare
Choose a tag to compare

v0.10.0

11 Jan 03:27
Compare
Choose a tag to compare
  • Add methods to accept invalid TLS certificates on RequestBuilder @sbstp
  • Add methods to specify a connection and read timeout. Both default to 30s @adamreichold

v0.9.0

11 Jan 03:17
Compare
Choose a tag to compare
  • 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

11 Jan 03:15
Compare
Choose a tag to compare
  • Move from libflate to flate2 @sbstp
  • Implement Happy Eyeballs for connection attempts @sbstp
  • Improve byte trimming functions @adamreichold

v0.7.0

11 Jan 03:29
Compare
Choose a tag to compare

v0.6.0

11 Jan 03:31
Compare
Choose a tag to compare