elixir-mint / mint_web_socket

HTTP/1 and HTTP/2 WebSocket support for Mint 🌱
https://hex.pm/packages/mint_web_socket
Apache License 2.0
124 stars 14 forks source link

per-message deflate extension support #1

Closed the-mikedavis closed 3 years ago

the-mikedavis commented 3 years ago

https://datatracker.ietf.org/doc/html/draft-ietf-hybi-permessage-compression

seems to be a very common extension used for performance, should probably be a part of the library

the-mikedavis commented 3 years ago

https://www.rfc-editor.org/rfc/rfc7692.html

the-mikedavis commented 3 years ago

should be able to use zlib https://erlang.org/doc/man/zlib.html