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