# File lib/faraday/adapter/typhoeus.rb, line 29 def read_body(env) env[:body] = env[:body].read if env[:body].respond_to? :read end