Libraries
»
httpx
(1.5.1)
»
Index
»
HTTPX
»
Plugins
»
Brotli
»
encode
Method: HTTPX::Plugins::Brotli.encode
Defined in:
lib/httpx/plugins/brotli.rb
.
encode
(body) ⇒
Object
40 41 42
# File 'lib/httpx/plugins/brotli.rb', line 40
def
encode
(
body
)
Deflater
.
new
(
body
)
end