HTTP2 Support in Loopback #9067
Closed
shubhamp-sf
started this conversation in
Ideas
Replies: 7 comments
|
Initial Insights:
|
0 replies
|
http2 takes 20% more memory than http1. (from: https://youtu.be/BF7uv5fs440?t=750) |
0 replies
|
Compatibility
|
0 replies
|
HTTP/2 drops support of status messages. Eg. It's better to pass single-line summary of a response in body or custom headers. |
0 replies
|
HTTP2 Spec: https://httpwg.org/specs/rfc7540.html |
0 replies
|
A guide how to translate http/2 ⇆ http/1: https://httptoolkit.com/blog/translating-http-2-into-http-1/ Great insights from this thread from the author too: https://twitter.com/pimterry/status/1280132796951007233 |
0 replies
|
We were able to achieve it using Spdy |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Discussion space for HTTP2 support and to share insights for ideas on how it can be plugged into loopback.
Edit: SourceLoop team was able to make it work with Spdy
Checkout this blog here: https://blog.shubhamp.dev/how-to-use-http2-in-loopback-4-applications
All reactions