HTTP2 Support in Loopback #9067
Replies: 7 comments
-
Initial Insights:
|
Beta Was this translation helpful? Give feedback.
-
http2 takes 20% more memory than http1. (from: https://youtu.be/BF7uv5fs440?t=750) |
Beta Was this translation helpful? Give feedback.
-
Compatibility
|
Beta Was this translation helpful? Give feedback.
-
HTTP/2 drops support of status messages. Eg. It's better to pass single-line summary of a response in body or custom headers. |
Beta Was this translation helpful? Give feedback.
-
HTTP2 Spec: https://httpwg.org/specs/rfc7540.html |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
We were able to achieve it using Spdy |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions