An experimental HTTP enhancement protocol under development at Google.
Resources
| Date | Link | Notes |
|---|---|---|
| 2011-04-07 | mod-spdy | A proof-of-concept Apache module. |
| nbhttp | A Python library that includes working code for clients, servers, and proxies. |
|
| 2012-11-28 | spdylay | The library I use for this site. |
| 2014-05-01 | hyper | A Python client library. |