Method: Net::HTTPResponse#decode_content

Defined in:
lib/net/http/response.rb

#decode_contentObject

Set to true automatically when the request did not contain an Accept-Encoding header from the user.


225
226
227
# File 'lib/net/http/response.rb', line 225

def decode_content
  @decode_content
end