Method: Net::HTTPResponse#decode_content
- Defined in:
- lib/net/http/response.rb
#decode_content ⇒ Object
Set to true automatically when the request did not contain an Accept-Encoding header from the user.
107 108 109 |
# File 'lib/net/http/response.rb', line 107 def decode_content @decode_content end |