use strict; return sub { return [ 200, ["Content-Type" => "text/plain"], ["hi"] ]; }