Excon::Middleware::Base
# File lib/excon/middlewares/response_parser.rb, line 4 def response_call(datum) unless datum.has_key?(:response) datum = Excon::Response.parse(datum[:connection].send(:socket), datum) end @stack.response_call(datum) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.