Class: HTTP::Features::AutoDeflate::GzippedBody
- Inherits:
-
CompressedBody
- Object
- Request::Body
- CompressedBody
- HTTP::Features::AutoDeflate::GzippedBody
- Defined in:
- lib/http/features/auto_deflate.rb
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
Methods inherited from Request::Body
#==, #each, #empty?, #initialize, #loggable?, #size
Constructor Details
This class inherits a constructor from HTTP::Features::AutoDeflate::CompressedBody