[Haskell-cafe] HTTP/2 implementation?

Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=) kazu at iij.ad.jp
Tue Jul 22 07:19:37 UTC 2014


Hi,

>> I see there's a HPACK-08 Haskell implementation, but I haven't seen
>> an actual HTTP/2 impl. I've been looking at starting some work on
>> this and didn't want to replicate effort elsewhere that I may have
>> missed.
>
> Certainly you have seen this package http://hackage.haskell.org/package/http2 ?

This package implements HPACK only at this moment.  I'm planning to
implement HTTP/2 itself soon and integrate it into Warp.

HTTP/2 is at the stage of IETF working group last call. The specs are
being dynamically changed. For instance, it is just decided to remove
referense set from HPACK finally.

--Kazu


More information about the Haskell-Cafe mailing list