haskell-grpc-native / http2-client

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

Socket-based networking. #53

Closed lucasdicioccio closed 6 years ago

lucasdicioccio commented 6 years ago

Sidesteps the 'connection' package to be able to modify the socket-writing backend. Forces TLS.ClientParams to be filled with the proper SNI information.