HTTP/2 Server Push: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 177.220.175.220 to version by Comp.arch. Report False Positive? Thanks, ClueBot NG. (3418030) (Bot)
How HTTP/2 PUSH works at a protocol level: Fixed grammatical errors -m
Tags: Mobile edit Mobile web edit
Line 12:
 
== How HTTP/2 PUSH works at a protocol level ==
Push works over HTTP/2, which at its core is a frames protocol, meaning that information is exchanged in groups of bytes called frames. Additionally, frames are part of streams, and streams are identified by a number. The stream number is present in each frame as a binary field. Streams allow matching requests to responses, e.g. the response to request GET /index.html at stream 3 must also be at stream 3.
 
There are different types of frames, and each has a different function. HTTP/2 has only a few of these types, and we don't need all of them to explain the basics. Here are the ones interesting for this description: