Skip to content

v0.4.0

Compare
Choose a tag to compare
@ollls ollls released this 15 Mar 03:33
· 216 commits to main since this release
7b04080
  • Configurable INITIAL_WINDOW_SIZE for inbound flow control.
  • Embedded multi stream HTTP/2 Client (h2 TLS ALPN and h2c prior knowledge only) with doGet, doPost, etc.
  • streamId and connId accessible in Request.
  • configurable onConnect( connId ) and onDisconnect(connId) handlers for Http/2 client connection management.
  • scala doc comments on most popular user exposed structures and calls.