Skip to content

v2.2.0

Compare
Choose a tag to compare
@jbr jbr released this 04 Dec 21:42
· 32 commits to main since this release
005b94c

Bugfixes 🐛

  • Fixes the handling of urls that start with multiple slashes, like http://example.com//double/slashes #153

Features ✨

  • Adds support for protocol upgrades, unlocking experimental websockets support #159
  • Adds support for client chunked encoding, allowing the streaming of bodies with indeterminate length #158

Internal 🏗️

  • Rewrote test suite in preparation for above changes #157
  • Chunked encoder is now shared between client and server #158
  • Rewrote the client and server encoders for readability #158