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