Confirmed users
2,544
edits
Ioana.budnar (talk | contribs) (→SPDY) |
Ioana.budnar (talk | contribs) |
||
| Line 18: | Line 18: | ||
== Summary == | == Summary == | ||
*SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative. | *SPDY is a transport protocol designed as a successor to HTTP as part of Google's "Let's make the web faster" initiative. | ||
*SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY. | *The SPDY implementation wraps the existing HTTP implementation as a sort of in-browser proxy. This preserves all of the existing HTTP semantics and tools (e.g. firebug), while leveraging the on-the-wire benefits of SPDY. | ||
*This feature is targeted for | *This feature is targeted for Firefox 11. | ||
== References == | == References == | ||