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.
225 226 227 |
# File 'lib/net/http/response.rb', line 225 def decode_content @decode_content end |