Plack::Middleware::Runtime - Sets an X-Runtime response header
Contents
Description
Plack::Middleware::Runtime is a Plack middleware component that sets the application's response time (in
seconds) in the X-Runtime HTTP response header.
Name
Plack::Middleware::Runtime - Sets an X-Runtime response header
Options
header_name
Name of the header. Defaults to X-Runtime.
See Also
Time::HiRes Rack::Runtime
perl v5.38.2 2024-01-20 Plack::Middleware::Runtime(3pm)
Synopsis
enable "Runtime";
