class Seahorse::Client::Plugins::ResponseTarget::Handler

This handler is responsible for replacing the HTTP response body IO object with custom targets, such as a block, or a file. It is important to not write data to the custom target in the case of a non-success response. We do not want to write an XML error message to someone’s file.