Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native http2 stack #95

Open
dpwspoon opened this issue Dec 18, 2017 · 0 comments
Open

Native http2 stack #95

dpwspoon opened this issue Dec 18, 2017 · 0 comments
Milestone

Comments

@dpwspoon
Copy link
Contributor

This library is intended to provide a consistent caching behavior for http2 implementations AND to provide notifications when push promises are sent/delivered. We have currently implemented the lowest common denominator, which is assuming the browser supports websocket. We then provide an http2 stack over websocket AND a consistent caching behavior for requests/responses AND push promises.

Most browsers now support http2 but vary greatly in their caching behavior for http2 push promises. Ideally, for these browsers this library would use native http2 stack WITH special support for emulated http2 push promises/caching behavior. Design for how to best do this is required (perhaps deliver push promises on a Server Sent Event stream).

@hthetiot hthetiot added this to the 0.3.x milestone Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants