my $app = sub { return [ 200, [ 'Content-Type' => 'text/html; charset=UTF-8' ], [ 'Goodbye, world!Goodbye, world!' ] ] };