Skip to content

Better HTTP, WebSockets

Compare
Choose a tag to compare
@hrissan hrissan released this 22 Oct 14:13
· 38 commits to master since this release

Low level

  • Experimental TLS code (not for use in a wild yet)
  • Simple crab::optional for using older C++ standard
  • Random is adapted to std containers

HTTP

  • Streaming of HTTP bodies (both upload and download)
  • New HTTP URI parser by AK

Bugs fixed

  • WebSockets now support control frames between message chunks

Incompatible changes

  • New callbacks design for WebSockets and postponing normal HTTP responses
  • Stricter integer parser might break existing products