class WEBrick::HTTPResponse

def content_length

def content_length
  if len = self['content-length']
    return Integer(len)
  end
end