15 16 17 18 19
# File 'lib/httpx/plugins/brotli.rb', line 15 def initialize_deflater_body(body, encoding) return Brotli.encode(body) if encoding == "br" super end