class Roda::RodaPlugins::SinatraHelpers::DelayedBody

def length

Calculate the length for the body.
def length
  length = 0
  each{|s| length += s.bytesize}
  length
end