Class: HTTP::Features::AutoDeflate::GzippedBody
- Inherits:
-
CompressedBody
- Object
- Request::Body
- CompressedBody
- HTTP::Features::AutoDeflate::GzippedBody
- Defined in:
- lib/http/features/auto_deflate.rb,
sig/http.rbs
Overview
Gzip-compressed request body wrapper
Defined Under Namespace
Classes: BlockIO
Instance Attribute Summary
Attributes inherited from Request::Body
Instance Method Summary collapse
-
#compress(&block) ⇒ nil
Compresses data using gzip.
Methods inherited from CompressedBody
#compress_all!, #compressed_each, #each, #initialize, #size
Methods inherited from Request::Body
#==, #each, #empty?, #initialize, #loggable?, #rewind, #size, #validate_source_type!
Constructor Details
This class inherits a constructor from HTTP::Features::AutoDeflate::CompressedBody