haskell-grpc-native / http2-client

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

Expose padding #7

Open lucasdicioccio opened 7 years ago

lucasdicioccio commented 7 years ago

The HTTP2 RFC allows to pad frames for security reasons. We should expose some API functions to allow padding frames. Easier said than done because some API functions will map well with single frames whereas some will not.