daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
787 stars 80 forks source link

Brotli support #70

Open daurnimator opened 7 years ago

daurnimator commented 7 years ago

https://tools.ietf.org/html/rfc7932

Possibly using https://github.com/witchu/lua-brotli or https://github.com/soulik/luabrotli

Related to #22

Note that some browsers only allow brotli for HTTPS due to broken proxies (see https://samsaffron.com/archive/2016/06/15/the-current-state-of-brotli-compression).

daurnimator commented 7 years ago

None of the lua brotli libraries I found currently have a streaming interface.