method
encode_gzip?
v1_8_7_330 -
Show latest stable
- Class:
SOAP::RPC::SOAPlet
encode_gzip?(req)private
No documentation available.
# File lib/soap/rpc/soaplet.rb, line 153
def encode_gzip?(req)
@options[:allow_content_encoding_gzip] and defined?(::Zlib) and
req['accept-encoding'] and
req['accept-encoding'].split(/,\s*/).include?('gzip')
end