What is http/2, can I embed it?
Christian Lacdael
An in depth practical look at http/2, comparing some of its features to http1.1
github: https://github.com/lacdael/ Books: https://www.poetry.me.uk/ NFTs: https://www.poetry.me.uk/blog/nfts/ XMR: 4AC99QFmCipcMnEwLNuRcB83DqZ3Y7AApEcvsocegkUT6XF8W3JyxiQVxw7acoiSBhE8NYUi5ppMihFoL7RnDaW8AHdeXx4
=================================
- HTTP/2 frames have a binary format instead of the plain text format used in HTTP/1.1. This binary encoding reduces the overhead of textual representation, making the protocol more efficient in terms of both parsing and transmission.
- HTTP/2 employs header compression using the HPACK algorithm, which compresses headers before they are transmitted. This compression is performed on the binary-encoded headers, resulting in more compact representations compared to the text-based headers in HTTP/1.1.
- HTTP/2 allows for multiple concurrent streams within a single connection. Each stream is divided into frames, and these frames are binary-encoded. This multiplexing of streams allows for more efficient use of the connection and reduces latency.
- HTTP/2 introduces stream dependencies, prioritization and flow Control. ... https://www.youtube.com/watch?v=77GzfQGZwvw
2024-01-24
0.0 LBC
Copyrighted (contact publisher)
89262799 Bytes