|
NAMEAmon2::Web::Response::Callback - [EXPERIMENTAL]callback style psgi response for Amon2SYNOPSISuse Amon2::Lite; any '/cb' => sub { my $c = shift; Amon2::Web::Response::Callback->new( code => sub { my $respond = shift; $respond->([200, [], []]); } ); }; DESCRIPTIONThis module provides a response object for delayed response/streaming body.You can embed the AE support, streaming support, etc on Amon2 with this module. SEE ALSOTatsumaki
Visit the GSP FreeBSD Man Page Interface. |