SPDY is a new web protcol which is proposed by google. This web protcol can be used to transpor web content. SPDY is supposed to be the replacement for the HTTP(Hypertext Transfer Protocol). The SPDY will a lot of benefits
- save time : SPDY can reduce web page load time.
- transition relatively smooth
- SPDY can manage multiple sessions at once
- SPDY knows the browser will need
There are also some requirement once people want to adopted this new protocol.
- unfolded into name/value pairs like other HTTP headers.
- Duplicate header names are not allowed.
- User-agents are expected to support gzip and deflate compression
If you want to learn more about SPDY you can follow this link :
http://www.chromium.org/spdy/spdy-protocol
Advertisement

Leave a comment
Comments feed for this article