Method: Net::HTTP#response_body_encoding
- Defined in:
- lib/net/http.rb
#response_body_encoding ⇒ Object
Returns the encoding to use for the response body; see #response_body_encoding=.
1285 1286 1287 |
# File 'lib/net/http.rb', line 1285 def response_body_encoding @response_body_encoding end |