Skip to content

New project name

Compare
Choose a tag to compare
@release-drafter release-drafter released this 03 Aug 22:53
· 397 commits to master since this release
2b2d427

Changed

  • The project has been renamed from cHTTP to Isahc! This also includes an adorable new project mascot... (#36, #54)
  • The length property for Body has changed from an usize to an u64. usize is too small to fit large file sizes on machines that have less than 64 bit pointer size. (#52)
  • The Error::Internal variant has been removed, as a panic is more suitable for the one situation that previously returned this error.
  • The Error::TooManyConnections variant has been removed, as it is an artifact from old cHTTP versions. Isahc has no artificial limit on the number of connections that can be used simultaneously outside of system limits.