class Protocol::HTTP::Body::Streamable::ResponseBody
A response body is used on the server side to generate the response body using a block.
def close(error = nil)
def close(error = nil) # Close will be invoked when all the output is written. self.close_output(error) end