HTTP2 support
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.
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.
Is there a Haskell HTTP2 client lib somewhere?
There is https://hackage.haskell.org/package/http2, but it seems incomplete.
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.