Faraday::Response::Middleware
# File lib/google/api_client/charset.rb, line 19 def adjust_encoding(env) charset = charset_for_content_type(env[:response_headers]['content-type']) if charset && env[:body].encoding != charset env[:body].force_encoding(charset) end end
Generated with the Darkfish Rdoc Generator 2.