v0.4.0
- 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.