Module: Mailhub::Internal::Http::RawClient::DecodeContent Private

Defined in:
lib/Mailhub/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



208
209
210
# File 'lib/Mailhub/internal/http/raw_client.rb', line 208

def decode_content # rubocop:disable Naming/PredicateMethod
  true
end