Module: Nordlet::Internal::Http::RawClient::DecodeContent Private

Defined in:
lib/nordlet/internal/http/raw_client.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Keeps Net::HTTP's transparent gzip/deflate response decoding enabled even when an Accept-Encoding header is set explicitly on the request.

Instance Method Summary collapse

Instance Method Details

#decode_contentObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

rubocop:disable Naming/PredicateMethod



212
213
214
# File 'lib/nordlet/internal/http/raw_client.rb', line 212

def decode_content # rubocop:disable Naming/PredicateMethod
  true
end