http-client icon indicating copy to clipboard operation
http-client copied to clipboard

HTTP2 support

Open axman6 opened this issue 10 years ago • 3 comments

I haven't seen any issues in http-client relating to HTTP2 client support yet, so I thought I'd get the ball rolling. the Manager type seems to be the obvious place to store persistent connections to servers supporting HTTP2, and it seems like it should be possible to do in a way which is mostly transparent to the user.

This issue is more intended to spark discussion than to track any progress towards this goal.

axman6 avatar Jan 20 '16 05:01 axman6

For what it's worth, Apple is deprecating the simple TLS based push notification interface, and wants everyone to move to HTTP2 clients. So, anyone talking to that system will need such client support.

jwatte-imvu avatar Jul 29 '16 17:07 jwatte-imvu

Is there a Haskell HTTP2 client lib somewhere?

There is https://hackage.haskell.org/package/http2, but it seems incomplete.

domenkozar avatar Nov 10 '16 09:11 domenkozar

Sorry, I thought I'd commented on this issue.

I don't have any plans to work on implementing this, but would be very happy if someone else wants to take a stab at kicking this off.

snoyberg avatar Nov 10 '16 16:11 snoyberg