class Falcon::Adapters::Output
def initialize(body, length)
@parameter body [Object] The rack response body.
Initialize the output wrapper.
def initialize(body, length) @length = length @body = body @chunks = nil end
def initialize(body, length) @length = length @body = body @chunks = nil end