haskell-grpc-native / http2-client

A native HTTP2 client in Haskell
BSD 3-Clause "New" or "Revised" License
43 stars 27 forks source link

Support PRIORITY #1

Open lucasdicioccio opened 7 years ago

lucasdicioccio commented 7 years ago

The HTTP2 spec defines PRIORITY frames to allows sorting streams by importance. We should consider mechanisms to implement and handle PRIORITY frames.