1 2 3 4 5 6 7
app = Proc.new do |env| ['200', { 'x-array' => ['name=value', '', 'value', 'av'], }, []] end run app