Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 685 Bytes

The SPDY Protocol

SPDY is an experiment with protocols for the web. Its goal is to reduce the latency of web pages.

This package attempts to implement the protocol in the Haskell programming language.

See the SPDY tool page for debugging tools.

SPDY requires TLS to have support for NPN (Next Protocol Negotiation). There is ongoing work in adding NPN to the Haskell TLS package, you'll need it to compile this package. See my tls branch npn. Documentation of npn here.