NAME
PAGI::Context::SSE - SSE-specific context subclass
DESCRIPTION
Returned by PAGI::Context->new(...) when $scope->{type} is 'sse'. Adds a lazy accessor for PAGI::SSE.
Inherits all shared methods from PAGI::Context.
METHODS
sse
my $sse = $ctx->sse;
Returns a PAGI::SSE instance. Lazy-constructed and cached.