Support HTTP/2 Core API
Opened this issue · 0 comments
MatthewWid commented
Currently, only the Compatibility API is usable with the library as part of its HTTP/2 support. This is inadequate for the majority of users using HTTP/2 with Node (#22).
Add support for the Core API.
As this requires significantly altered internal behaviour, this may have to be implemented with an entirely different class (Eg, SessionHttp2
) or as an alternative package entry-point (Eg, better-sse/http2
).