[web-devel] http2
Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=)
kazu at iij.ad.jp
Tue Dec 17 02:03:30 UTC 2013
Hi guys,
I would like to announce the first release of the http2 package.
http://hackage.haskell.org/package/http2
This package tries to implement the coming HTTP/2.0. HTTP/2.0 is being
standardized in two internet-drafts:
http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-05
The current version of the http2 library implements the latter (called
HPACK) only at this moment.
I would like to make this library so that other HTTP libraries can use
when supporting HTTP/2.0. Feedback is welcome.
--Kazu
More information about the web-devel
mailing list