# File lib/faraday/response.rb, line 34 def initialize @status, @headers, @body = nil, nil, nil @on_complete_callbacks = [] end