module VCR::LibraryHooks::Typhoeus

def restore_body_from_chunks(response, request)

def restore_body_from_chunks(response, request)
  response.options[:response_body] = request.instance_variable_get(:@chunked_body)
end