HTTP/2 Server Push: Difference between revisions

Content deleted Content added
Undid revision 889739689 by 99.203.5.70 (talk)
Doya123 (talk | contribs)
mNo edit summary
Line 4:
'''HTTP/2 Server Push''' allows an [[HTTP/2]]-compliant server to send resources to a HTTP/2-compliant client before the client requests them. It is, for the most part, a performance technique that can be helpful in loading resources pre-emptively.
 
HTTP/2 Server Push<ref>{{Cite web|url=https://http2.co/http2-with-apache/|title=HTTP/2 server configurations|last=|first=|date=|website=|language=en-US|archive-url=|archive-date=|dead-url=|access-date=2019-03-30}}</ref><ref>{{cite IETF |title=Hypertext Transfer Protocol Version 2 (HTTP/2) |rfc=7540 |section=8.2 |sectionname=Server Push |page=60 |date=May 2015 |publisher=[[Internet Engineering Task Force|IETF]] |accessdate=May 6, 2015 }}</ref> is not a notification mechanism from server to client. Instead, pushed resources are used by the client when it may have otherwise produced a request to get the resource anyway; this can result in wasted bandwidth if said pushed resources go unused by the client, however.
 
== Basic concept ==