mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Fix SPDY push explanations
This commit is contained in:
parent
1a4e7a8618
commit
40b87545f6
1 changed files with 4 additions and 2 deletions
|
@ -199,8 +199,10 @@ the size of requests.
|
||||||
SPDY is compatible with HTTP/1.1 semantics, and is actually
|
SPDY is compatible with HTTP/1.1 semantics, and is actually
|
||||||
just a different way of performing HTTP requests and responses,
|
just a different way of performing HTTP requests and responses,
|
||||||
by using binary frames instead of a text-based protocol.
|
by using binary frames instead of a text-based protocol.
|
||||||
SPDY also allows the server to send responses without needing
|
SPDY also allows the server to send extra responses following
|
||||||
a request to exist, essentially enabling server push.
|
a request. This is meant to allow sending the resources
|
||||||
|
associated with the request before the client requests them,
|
||||||
|
saving latency when loading websites.
|
||||||
|
|
||||||
SPDY is an experiment that has proven successful and is used
|
SPDY is an experiment that has proven successful and is used
|
||||||
as the basis for the HTTP/2.0 standard.
|
as the basis for the HTTP/2.0 standard.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue