Skip to content
EntityQ621530· pop 19· linked from 39 articles

Also known as Speedy

SPDY (pronounced "speedy") is an obsolete open-specification communication protocol developed for transporting web content. SPDY became the basis for HTTP/2 specification. However, HTTP/2 diverged from SPDY and eventually HTTP/2 subsumed all use cases of SPDY. After HTTP/2 was ratified as a standard, major implementers, including Google, Mozilla, and Apple, deprecated SPDY in favor of HTTP/2. Since 2021, no modern browser supports SPDY.

Official website

Link to the official site · 4,060 chars · not written by Vinony

Wikidata facts

Official website
www.chromium.org/spdy
Show 2 more facts
inception
2012-00-00
publication date
2012-00-00
Sources (2)

via Wikidata · CC0

~10 min read

Article

10 sections
Contents
  • History
  • Protocol versions
  • Design
  • Relation to HTTP
  • Protocol support
  • Client (browser) support and usage
  • Server support and usage
  • See also
  • References
  • External links

SPDY (pronounced "speedy") is an obsolete open-specification communication protocol developed for transporting web content. SPDY became the basis for HTTP/2 specification. However, HTTP/2 diverged from SPDY and eventually HTTP/2 subsumed all use cases of SPDY. After HTTP/2 was ratified as a standard, major implementers, including Google, Mozilla, and Apple, deprecated SPDY in favor of HTTP/2. Since 2021, no modern browser supports SPDY.

Google announced SPDY in late 2009 and deployed in 2010. SPDY manipulates HTTP traffic, with particular goals of reducing web page load latency and improving web security. SPDY achieves reduced latency through compression, multiplexing, and prioritization, although this depends on a combination of network and website deployment conditions. The name "SPDY" is not an acronym.

Connections

Categories