Protocol::HTTPSourceProtocolHTTPBodyStreamableResponseBody

class ResponseBody

A response body is used on the server side to generate the response body using a block.

Definitions

def close(error = nil)

Close will be invoked when all the output is written.

Implementation

def close(error = nil)
	self.close_output(error)
end