package Senph::PSGI; use 5.026; use Moose; # ABSTRACT: a handrolled PSGI app use Plack::Builder; use Senph::PSGI::Request; use Log::Any qw($log);