
22 Jul
2014
22 Jul
'14
7:19 a.m.
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