better-sse
better-sse copied to clipboard
Support HTTP/2 Core API
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.
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
).