FreeBSD Manual Pages
HTTP::Engine::MiddlewaUserPContributed PerHTTP::Engine::Middleware::Profile(3) NAME HTTP::Engine::Middleware::Profile - stopwatch for request processing time SYNOPSIS my $mw = HTTP::Engine::Middleware->new; $mw->install( 'HTTP::Engine::Middleware::Profile' => { logger => sub { warn @_; }, }); HTTP::Engine->new( interface => { module => 'YourFavoriteInterfaceHere', request_handler => $mw->handler( \&handler ), } )->run(); DESCRIPTION This module profile request processing time. AUTHORS dann perl v5.32.0 2010-03-HTTP::Engine::Middleware::Profile(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=HTTP::Engine::Middleware::Profile&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>